QmlDesiger.PropertyEditor: adjust background color

Change-Id: I403c37f2cda84980dfe441746f3c5bed7258a4ca
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2013-10-24 14:13:37 +02:00
parent 67bb1dd783
commit 0cdb0724c2
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ Rectangle {
id: itemPane
width: 320
height: 400
color: "#404040"
color: "#4f4f4f"
ScrollView {
anchors.fill: parent

View File

@@ -34,9 +34,10 @@ Rectangle {
id: itemPane
width: 320
height: 400
color: "#404040"
color: "#4f4f4f"
Section {
y: -1
anchors.left: parent.left
anchors.right: parent.right