Commit 640bf9bf authored by Dan Pascu's avatar Dan Pascu

Updated button style

parent 26ba728f
...@@ -122,7 +122,6 @@ class SingleSegment(SegmentType): ...@@ -122,7 +122,6 @@ class SingleSegment(SegmentType):
QToolButton:pressed { QToolButton:pressed {
background: qradialgradient(cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 #dddddd, stop:1 #777777); background: qradialgradient(cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 #dddddd, stop:1 #777777);
border-style: inset;
} }
""" """
...@@ -140,7 +139,6 @@ class LeftSegment(SegmentType): ...@@ -140,7 +139,6 @@ class LeftSegment(SegmentType):
QToolButton:pressed { QToolButton:pressed {
background: qradialgradient(cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 #dddddd, stop:1 #777777); background: qradialgradient(cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 #dddddd, stop:1 #777777);
border-style: inset;
} }
""" """
...@@ -157,7 +155,6 @@ class MiddleSegment(SegmentType): ...@@ -157,7 +155,6 @@ class MiddleSegment(SegmentType):
QToolButton:pressed { QToolButton:pressed {
background: qradialgradient(cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 #dddddd, stop:1 #777777); background: qradialgradient(cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 #dddddd, stop:1 #777777);
border-style: inset;
} }
""" """
...@@ -176,7 +173,6 @@ class RightSegment(SegmentType): ...@@ -176,7 +173,6 @@ class RightSegment(SegmentType):
QToolButton:pressed { QToolButton:pressed {
background: qradialgradient(cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 #dddddd, stop:1 #777777); background: qradialgradient(cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 #dddddd, stop:1 #777777);
border-style: inset;
} }
""" """
......
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