From 9452b3ef3fbb9455dfae2c1e6f6af4f7c0963298 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Tue, 24 Feb 2015 18:07:36 +0100 Subject: [PATCH] Remove verticalScrollBarPolicy things since they do not work on older Qt --- SettingsPane.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/SettingsPane.qml b/SettingsPane.qml index 646a7d80d4..6c3ceb0405 100644 --- a/SettingsPane.qml +++ b/SettingsPane.qml @@ -144,7 +144,6 @@ Rectangle { height: 0; opacity: 0; visible: false; - verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff onShowDescription: base.showDescription(text, x, y); } @@ -175,7 +174,6 @@ Rectangle { opacity: 1; height: Math.min(settingsView.listHeight, base.expandedHeight * 0.6); visible: true; - verticalScrollBarPolicy: Qt.ScrollBarAsNeeded; } } ]