From 95a39159686db3a28b5d26d8e4763fb346442169 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Thu, 28 Jan 2010 17:46:12 +0100
Subject: [PATCH] QmlDesigner.propertyEditor: increasing default label size

---
 share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml
index da5984aa466..502044ed3e2 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml
@@ -5,6 +5,5 @@ QLabel {
 	id: Label
 	font.bold: true;
 	alignment: "Qt::AlignRight | Qt::AlignVCenter"
-        //maximumWidth: 80
-        fixedWidth: 80
+        fixedWidth: 90
 }
-- 
GitLab