TEMP: try to set dark blue for progressbar chunks
This commit is contained in:
parent
3c1c129819
commit
56a7c25759
@ -41,7 +41,7 @@ QCheckBox, QRadioButton {
|
||||
}
|
||||
|
||||
AWizardFace QCheckBox:checked, AWizardFace QCheckBox:unchecked, AWizardFace QCheckBox:indeterminate {
|
||||
color: rgba(255, 255, 255, 100%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
AWizardFace QRadioButton:checked, AWizardFace QRadioButton:unchecked, AWizardFace QRadioButton:indeterminate {
|
||||
@ -95,6 +95,7 @@ QProgressBar {
|
||||
}
|
||||
|
||||
QProgressBar::chunk {
|
||||
background-color: #132C90;
|
||||
background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #132C90,
|
||||
stop: 1 #001056) url(:/design/progress-cleanlooks.png);
|
||||
|
Loading…
Reference in New Issue
Block a user