From 5d391f5c96e427ea82cf42b9c4b7c70fe93af65f Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Wed, 24 Mar 2010 17:10:39 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: reduce size of label --- share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml index d2736a4a898..5005e78038a 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml @@ -6,5 +6,5 @@ QLabel { font.bold: true; alignment: "Qt::AlignRight | Qt::AlignVCenter" - fixedWidth: 98 + fixedWidth: 68 } -- GitLab