mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-08-30 14:20:07 +02:00
improve barColor brush
This commit is contained in:
@@ -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);
|
||||
}
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user