forked from qt-creator/qt-creator
QmlDesiger.PropertyEditor: adjust background color
Change-Id: I403c37f2cda84980dfe441746f3c5bed7258a4ca Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -35,7 +35,7 @@ Rectangle {
|
||||
id: itemPane
|
||||
width: 320
|
||||
height: 400
|
||||
color: "#404040"
|
||||
color: "#4f4f4f"
|
||||
|
||||
ScrollView {
|
||||
anchors.fill: parent
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user