improve barColor brush

This commit is contained in:
Talley Lambert
2021-04-27 16:54:52 -04:00
parent a6b0518be5
commit 9471796fe5
3 changed files with 19 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ QSlider::sub-page:horizontal {
}
QRangeSlider {
qproperty-barColor: "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #227, stop:1 #77a)";
qproperty-barColor: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #227, stop:1 #77a);
}
"""