From ce55d23e2ad34751630690f6e2a9ba5cbb644c20 Mon Sep 17 00:00:00 2001
From: Tim Jenssen <tim.jenssen@digia.com>
Date: Mon, 19 May 2014 18:28:49 +0200
Subject: [PATCH] QmlDesigner: remove use of unexisting CreatorStyle

Change-Id: Ie159ac705d62d9f8af007d0166bed18022cc2818
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
---
 .../propertyEditorQmlSources/HelperWidgets/Button.qml           | 2 --
 1 file changed, 2 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml
index 7be5d12f352..bc9a7cac7e5 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml
@@ -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"
-- 
GitLab