From 7c8f4e505106efe01a0d0956740b95ad769eab5a Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Sun, 15 Sep 2013 20:36:31 +0300 Subject: [PATCH] No need to set slider orientation. Default is already horizontal --- qml/ZoomSlider.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/qml/ZoomSlider.qml b/qml/ZoomSlider.qml index 5d1289d..8344d13 100644 --- a/qml/ZoomSlider.qml +++ b/qml/ZoomSlider.qml @@ -63,7 +63,6 @@ CameraSlider { } } - orientation: Qt.Horizontal width: 500 height: 50 stepSize:0.1 -- 2.25.1