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