diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml
index d2736a4a8985ea5a9c2aa67f0b99c7805449fd86..5005e78038a2bab40406c5674c2d75f691e8d975 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
 }