QmlDesigner.PropertyEditor: Exchange colors for buttons

This way the button and button states are easier to grasp.

Change-Id: I78421fd5da7a879b728e5aece3ed29c61d7d2c17
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2016-07-26 16:07:48 +02:00
committed by Alessandro Portale
parent 631cad8eb0
commit 02be113ce3
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ Item {
anchors.fill: parent
visible: checked
color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate
color: creatorTheme.QmlDesignerBackgroundColorDarker
}
RoundedPanel {
@@ -78,7 +78,7 @@ Item {
anchors.fill: parent
visible: !checked
color: creatorTheme.QmlDesignerBackgroundColorDarker
color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate
}
}

View File

@@ -43,7 +43,7 @@ Rectangle {
*/
border.width: roundLeft || roundRight ? 1 : 0
color: creatorTheme.BackgroundColorDark
color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate
border.color: creatorTheme.QmlDesignerBackgroundColorDarker
Rectangle {