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>
This commit is contained in:
Thomas Hartmann
2014-07-29 09:41:45 +02:00
parent 72f1955b12
commit b46dd452d2
2 changed files with 5 additions and 0 deletions

View File

@@ -58,4 +58,5 @@ ScrollViewStyle {
decrementControl: Item {}
incrementControl: Item {}
corner: Item {}
}

View File

@@ -1,6 +1,10 @@
import QtQuick 2.1
import QtQuick.Controls 1.0 as Controls
import "../../common/"
Controls.ScrollView {
style: DesignerScrollViewStyle {
}
frameVisible: false
}