From f228df4f35dc3ed27e2292c3cc381686b3cb7ea4 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Thu, 1 Apr 2010 15:49:07 +0200
Subject: [PATCH] QmlDesigner.propertyEditor: labels get slightly bigger

---
 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 5005e78038a..ec10dfbb5a9 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: 68
+        fixedWidth: 76
 }
-- 
GitLab