From 23ce44ce61a039cb600f22affa4b142dc175cb0d Mon Sep 17 00:00:00 2001 From: Christiaan Janssen <christiaan.janssen@nokia.com> Date: Tue, 23 Feb 2010 14:53:36 +0100 Subject: [PATCH] QmlDesigner.PropertyEditor: removed color type buttons and fixed label size --- .../qmldesigner/propertyeditor/Qt/ColorLabel.qml | 14 +++++++------- .../propertyeditor/Qt/RectangleColorGroupBox.qml | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml index 32ca074d4ab..c79daa0b695 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml @@ -1,9 +1,9 @@ import Qt 4.6 import Bauhaus 1.0 - - Label { - id: colorLabel - styleSheet: "color: #ffffff;" - alignment: "Qt::AlignLeft | Qt::AlignVCenter" - minimumHeight: 18 - } + +QLabel { + id: colorLabel + styleSheet: "color: #ffffff;" + alignment: "Qt::AlignLeft | Qt::AlignVCenter" + minimumHeight: 18 +} diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml index fac09313b76..71fdcc4364e 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml @@ -13,9 +13,9 @@ GroupBox { text: " Color" } - ColorTypeButtons { - - } +// ColorTypeButtons { +// +// } ColorGroupBox { -- GitLab