forked from qt-creator/qt-creator
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user