changeset 3714 | c407f00d2851 |
parent 3697 | d5b30d6373fc |
child 3758 | 80007c41c35e |
--- a/QTfrontend/main.cpp Tue Aug 03 01:33:20 2010 +0200 +++ b/QTfrontend/main.cpp Tue Aug 03 02:33:57 2010 +0200 @@ -294,6 +294,18 @@ "SquareLabel, ItemNum {" "background-color: #000000;" "}" + "QSlider::groove::horizontal {" + "height: 2px;" + "margin: 2px 0px;" + "background-color: #ffcc00;" + "}" + "QSlider::handle::horizontal {" + "border: 0px;" + "margin: -2px 0px;" + "border-radius: 3px;" + "background-color: #ffcc00;" + "width: 8px;" + "}" ) );