Set handleBackground and handleBackgroundPressed to empty strings
[harmattan/cameraplus] / qml / ZoomSlider.qml
index 85e74e7..38debe3 100644 (file)
@@ -29,9 +29,8 @@ Slider {
         property Camera camera: null
 
         platformStyle: SliderStyle {
-                // HACK
-                handleBackground: " "
-                handleBackgroundPressed: " "
+                handleBackground: ""
+                handleBackgroundPressed: ""
         }
 
         Binding {