forked from qt-creator/qt-creator
QmlDesigner.StatesEditor: Changed color of button for adding states in order to match the new background color
This commit is contained in:
@@ -416,7 +416,7 @@ Rectangle {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
border.width: 1
|
border.width: 1
|
||||||
border.color: "#4F4F4F"
|
border.color: "#282828"
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
sourceComponent: addState
|
sourceComponent: addState
|
||||||
@@ -431,7 +431,7 @@ Rectangle {
|
|||||||
|
|
||||||
color: root.color
|
color: root.color
|
||||||
border.width: 1
|
border.width: 1
|
||||||
border.color: "#4F4F4F"
|
border.color: "#282828"
|
||||||
width: 40
|
width: 40
|
||||||
height: 40
|
height: 40
|
||||||
anchors.bottom:horizontalScrollbar.top
|
anchors.bottom:horizontalScrollbar.top
|
||||||
@@ -462,7 +462,7 @@ Rectangle {
|
|||||||
width: 21
|
width: 21
|
||||||
height: width
|
height: width
|
||||||
|
|
||||||
color:"#4F4F4F"
|
color:"#282828"
|
||||||
radius: width/2
|
radius: width/2
|
||||||
|
|
||||||
// "clicked" overlay
|
// "clicked" overlay
|
||||||
|
|||||||
Reference in New Issue
Block a user