Commit 56a7c257 authored by Andrey Cherepanov's avatar Andrey Cherepanov

TEMP: try to set dark blue for progressbar chunks

parent 3c1c1298
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment