From aa30828f40b1443c9fcaa0114b3e9d53c62a93c7 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 12 Jun 2019 11:38:05 +0200 Subject: [PATCH] QmlDesigner: Disable horizontal scrollbar for property editor Change-Id: Id6b9dc66ca86f775c7d8fd8a5c847becb5cf96cb Reviewed-by: Tim Jenssen --- .../qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml index 0f1e828431f..a74fc94f1e5 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