diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml
index 9a30cafb1e3f6f4967da3e205b96075676a91224..56c98854055448fbee31deb529527da8ff23f55f 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml
@@ -70,8 +70,9 @@ QWidget { //This is a special doubleSpinBox that does color coding for states
             id: label;
             font.bold: true;
             alignment: doubleSpinBox.alignRight  ? "Qt::AlignRight | Qt::AlignVCenter" : "Qt::AlignLeft | Qt::AlignVCenter";
-            fixedWidth: 68
+            fixedWidth: 76
             visible: doubleSpinBox.text != "";
+			toolTip: text
         }
 
         QDoubleSpinBox {
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
index 1768e5937a4768d8d680fbda16e313593b8fe8dd..5f4df26ff7c24009a8c670fdd3b40ea8406742c0 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
@@ -23,7 +23,7 @@ GroupBox {
                 }
                 CheckBox {
                     id: clipCheckBox;
-                    text: qsTr("Clip Content")
+                    text: qsTr("Clip")
                     backendValue: backendValues.clip;
                     baseStateFlag: isBaseState;
                     checkable: true;