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;
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;
}
}
]