diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
index 737083ff89cb24c691374ba66cff8ea3d565ed6f..561481525c1a786af4b4bcdd4afc096120996653 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
@@ -90,6 +90,7 @@ GroupBox {
                 }
 
                 DoubleSpinBox {
+                    toolTip: qsTr("Width")
                     id: widthSpinBox;
                     text: "W"
                     alignRight: false
@@ -103,6 +104,7 @@ GroupBox {
                 }
 
                 DoubleSpinBox {
+                    toolTip: qsTr("Height")
                     id: heightSpinBox;
                     text: "H"
                     alignRight: false