forked from qt-creator/qt-creator
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:
committed by
Alessandro Portale
parent
631cad8eb0
commit
02be113ce3
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ Rectangle {
|
||||
*/
|
||||
|
||||
border.width: roundLeft || roundRight ? 1 : 0
|
||||
color: creatorTheme.BackgroundColorDark
|
||||
color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate
|
||||
border.color: creatorTheme.QmlDesignerBackgroundColorDarker
|
||||
|
||||
Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user