summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-06-12 11:38:05 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-06-12 15:18:37 +0000
commitaa30828f40b1443c9fcaa0114b3e9d53c62a93c7 (patch)
treedfe445b8644cd57d6da30760f893d29f0359a94b
parent05c5a8bfa0878b4d9d2af50d1d47441c60289ee3 (diff)
downloadqt-creator-aa30828f40b1443c9fcaa0114b3e9d53c62a93c7.tar.gz
QmlDesigner: Disable horizontal scrollbar for property editor
Change-Id: Id6b9dc66ca86f775c7d8fd8a5c847becb5cf96cb Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
index 0f1e828431..a74fc94f1e 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
@@ -40,6 +40,7 @@ Rectangle {
ScrollView {
anchors.fill: parent
+ horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff
Column {
y: -1