diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml index 7be5d12f3521f244bdf19f45c749ef7a0f497b22..bc9a7cac7e59e176ecce08725286560d44c53566 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"