Increase the length of the ev comp slider
authorMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 16:20:12 +0000 (19:20 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 16:20:12 +0000 (19:20 +0300)
qml/EvCompButton.qml

index b55e26e..3185d4a 100644 (file)
@@ -23,6 +23,7 @@ Selector {
 
         widget: Slider {
                 id: slider
+                width: 500
                 orientation: Qt.Horizontal
                 minimumValue: evComp.minimum
                 maximumValue: evComp.maximum