MacOS snafu for AthleteTab styling

.. no need to do any conditionals in stylesheet, and worse
   they break the styling anyway.
This commit is contained in:
Mark Liversedge
2021-08-21 17:08:42 +01:00
parent 5f548785ad
commit 6d3ae32e61

View File

@@ -168,12 +168,10 @@ QString
AbstractView::ourStyleSheet()
{
return QString::fromUtf8("QScrollBar { background-color: %1; border: 0px; }"
#ifndef Q_OS_MAC
"QTabWidget { background: %1; }"
"QTabWidget::pane { border: 1px solid %2; } "
"QTextEdit { background: %1; }"
"QTextEdit#metadata { background: %3; }"
#endif
"QTreeView { background: %1; }"
"QScrollBar:vertical {"
" border: 0px solid darkGray; "