forked from qt-creator/qt-creator
QmlDesigner: remove use of unexisting CreatorStyle
Change-Id: Ie159ac705d62d9f8af007d0166bed18022cc2818 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
bc6c5b9968
commit
ce55d23e2a
@@ -60,7 +60,6 @@ Controls.Button {
|
||||
background: Rectangle {
|
||||
implicitWidth: 100
|
||||
implicitHeight: 23
|
||||
border.color: CreatorStyle.borderColor
|
||||
radius: 3
|
||||
gradient: control.pressed ? pressedGradient : gradient
|
||||
Gradient{
|
||||
@@ -74,7 +73,6 @@ Controls.Button {
|
||||
GradientStop {color: "#303030" ; position: 1}
|
||||
}
|
||||
Rectangle {
|
||||
border.color: CreatorStyle.highlightColor
|
||||
anchors.fill: parent
|
||||
anchors.margins: -1
|
||||
color: "transparent"
|
||||
|
||||
Reference in New Issue
Block a user