summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml b/share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml
index 223785753e..1c90f7fc4f 100644
--- a/share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml
+++ b/share/qtcreator/qmldesigner/common/DesignerScrollViewStyle.qml
@@ -36,6 +36,8 @@ ScrollViewStyle {
property color scrollbarBorderColor: "#333333"
property color scrollBarHandleColor: "#656565"
+ padding {left: 0; top: 0; right: 0; bottom: 0}
+
scrollBarBackground: Rectangle {
height: 10
width: 10