summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-07-29 09:41:45 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-07-29 13:52:46 +0200
commitb46dd452d2053de97807535b6701c7bf64e7dea9 (patch)
tree543a58fbcc7454f7b9fb12066738cd596fdca0f0 /share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets
parent72f1955b128e2ab41c1a941b0adf94bac045796f (diff)
downloadqt-creator-b46dd452d2053de97807535b6701c7bf64e7dea9.tar.gz
QmlDesigner.PropertyEditor: Use DesignerScrollViewStyle
I set corner to an empty item, because otherwise it looks weird if both scrollbars are visible. Change-Id: I149e2ff58f9e9f71b2bb9f435fd64388cbf5529c Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ScrollView.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ScrollView.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ScrollView.qml
index 54d68e7485..0a7ba0098a 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ScrollView.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ScrollView.qml
@@ -1,6 +1,10 @@
import QtQuick 2.1
import QtQuick.Controls 1.0 as Controls
+import "../../common/"
Controls.ScrollView {
+ style: DesignerScrollViewStyle {
+ }
+ frameVisible: false
}