TEMP: try to set dark blue for progressbar chunks

This commit is contained in:
Andrey Cherepanov 2019-05-28 13:10:12 +03:00
parent 3c1c129819
commit 56a7c25759

View File

@ -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);