QmlDesigner: Fix tooltip

We combine width and height in the property editor.

Change-Id: I5f0dd9c887fd57d492222d521e54f267e12a5048
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2016-01-21 09:36:17 +01:00
parent b8cb222c0f
commit b85c0204a0
@@ -226,7 +226,7 @@ SectionLayout {
Label {
text: qsTr("Preferred size")
tooltip: qsTr("Preferred size of an item in a layout. If the preferred size is -1, it will be ignored.")
tooltip: qsTr("Preferred size of an item in a layout. If the preferred height or width is -1, it is ignored.")
}
SecondColumnLayout {