Remove verticalScrollBarPolicy things since they do not work on older Qt

This commit is contained in:
Arjen Hiemstra 2015-02-24 18:07:36 +01:00
parent 2af1e31ae9
commit 9452b3ef3f

View File

@ -144,7 +144,6 @@ Rectangle {
height: 0; height: 0;
opacity: 0; opacity: 0;
visible: false; visible: false;
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
onShowDescription: base.showDescription(text, x, y); onShowDescription: base.showDescription(text, x, y);
} }
@ -175,7 +174,6 @@ Rectangle {
opacity: 1; opacity: 1;
height: Math.min(settingsView.listHeight, base.expandedHeight * 0.6); height: Math.min(settingsView.listHeight, base.expandedHeight * 0.6);
visible: true; visible: true;
verticalScrollBarPolicy: Qt.ScrollBarAsNeeded;
} }
} }
] ]