Skip to content
Snippets Groups Projects
Commit ce55d23e authored by Tim Jenssen's avatar Tim Jenssen Committed by Thomas Hartmann
Browse files

QmlDesigner: remove use of unexisting CreatorStyle


Change-Id: Ie159ac705d62d9f8af007d0166bed18022cc2818
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent bc6c5b99
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,6 @@ Controls.Button { ...@@ -60,7 +60,6 @@ Controls.Button {
background: Rectangle { background: Rectangle {
implicitWidth: 100 implicitWidth: 100
implicitHeight: 23 implicitHeight: 23
border.color: CreatorStyle.borderColor
radius: 3 radius: 3
gradient: control.pressed ? pressedGradient : gradient gradient: control.pressed ? pressedGradient : gradient
Gradient{ Gradient{
...@@ -74,7 +73,6 @@ Controls.Button { ...@@ -74,7 +73,6 @@ Controls.Button {
GradientStop {color: "#303030" ; position: 1} GradientStop {color: "#303030" ; position: 1}
} }
Rectangle { Rectangle {
border.color: CreatorStyle.highlightColor
anchors.fill: parent anchors.fill: parent
anchors.margins: -1 anchors.margins: -1
color: "transparent" color: "transparent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment