From 3a5597ec0001b8b1068b9d74d0c9f14034bf7315 Mon Sep 17 00:00:00 2001
From: Marco Bubke <marco.bubke@digia.com>
Date: Thu, 30 May 2013 15:30:03 +0200
Subject: [PATCH] QmlDesigner: There is no textColor property in the Button

Change-Id: Ic45416d1ad187520dc4771192e621d7e44ee360f
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
---
 .../componentsplugin/Controls/ButtonSpecifics.qml           | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/plugins/qmldesigner/componentsplugin/Controls/ButtonSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/Controls/ButtonSpecifics.qml
index 95101e35996..00c8eaba43d 100644
--- a/src/plugins/qmldesigner/componentsplugin/Controls/ButtonSpecifics.qml
+++ b/src/plugins/qmldesigner/componentsplugin/Controls/ButtonSpecifics.qml
@@ -130,12 +130,6 @@ QWidget {
                     }
                 }
 
-                ColorGroupBox {
-                    caption: qsTr("Text color")
-                    finished: finishedNotify
-                    backendColor: backendValues.textColor
-                }
-
                 QWidget {
                     layout: HorizontalLayout {
                         Label {
-- 
GitLab