mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
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:
@@ -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; "
|
||||
|
||||
Reference in New Issue
Block a user