slider: update label color
Dark blue on dark gray was a little unreadable.
This commit is contained in:
@@ -6,7 +6,7 @@ Button=#353535
|
||||
ButtonText=#FFFFFF
|
||||
Highlight=#2A82DA
|
||||
HighlightedText=#FFFFFF
|
||||
Link=#2A82DA
|
||||
Link=#E0B040
|
||||
Text=#FFFFFF
|
||||
ToolTipBase=#191919
|
||||
ToolTipText=#FFFFFF
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user