summaryrefslogtreecommitdiffstats
path: root/examples/qmlbars/qml/qmlbars/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlbars/qml/qmlbars/main.qml')
-rw-r--r--examples/qmlbars/qml/qmlbars/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/qmlbars/qml/qmlbars/main.qml b/examples/qmlbars/qml/qmlbars/main.qml
index 1f8c1a3d..0581f834 100644
--- a/examples/qmlbars/qml/qmlbars/main.qml
+++ b/examples/qmlbars/qml/qmlbars/main.qml
@@ -27,7 +27,6 @@ Item {
id: mainview
width: 1280
height: 1024
- visible: true
property int buttonLayoutHeight: 180;
state: Screen.width < Screen.height ? "portrait" : "landscape"