diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml
index da5984aa4660505eb7a185578dc091fae9262959..502044ed3e283e92d99024888cede6f635317b30 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
 }