slider: update label color

Dark blue on dark gray was a little unreadable.
This commit is contained in:
itsmattkc
2020-07-12 13:54:31 +10:00
parent ceeb491293
commit 4d6003bb55
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Button=#353535
ButtonText=#FFFFFF
Highlight=#2A82DA
HighlightedText=#FFFFFF
Link=#2A82DA
Link=#E0B040
Text=#FFFFFF
ToolTipBase=#191919
ToolTipText=#FFFFFF
+1 -1
View File
@@ -38,7 +38,7 @@ SliderLabel::SliderLabel(QWidget *parent) :
setPalette(p);
// Use highlight color as font color
setForegroundRole(QPalette::Highlight);
setForegroundRole(QPalette::Link);
// Set underlined
QFont f = font();