summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2014-05-19 18:28:49 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-05-19 19:44:18 +0200
commitce55d23e2ad34751630690f6e2a9ba5cbb644c20 (patch)
treea9517d6f5877726dab32a83e0bdad4a6c06bbd6c /share
parentbc6c5b9968eba8654bdd40f6573aaa939262b8f1 (diff)
downloadqt-creator-ce55d23e2ad34751630690f6e2a9ba5cbb644c20.tar.gz
QmlDesigner: remove use of unexisting CreatorStyle
Change-Id: Ie159ac705d62d9f8af007d0166bed18022cc2818 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml
index 7be5d12f35..bc9a7cac7e 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"