From 8fc7dac7611de5fa85e2bd9afe8aa1c72d19e804 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 12 Jan 2016 14:12:37 +0100 Subject: [PATCH] QMLDesigner: Fix tooltip for "Preferred size" label. Change-Id: Ib768b349969578f906c25bc809537dfd4cff0a3b Reviewed-by: Tim Jenssen --- .../propertyEditorQmlSources/QtQuick/LayoutPoperties.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml index 370b83a34ce..67cf3937197 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutPoperties.qml @@ -226,7 +226,7 @@ SectionLayout { Label { text: qsTr("Preferred size") - tooltip: qsTr("Preferred height of an item in a layout. If the preferred height is -1, it will be ignored.") + tooltip: qsTr("Preferred size of an item in a layout. If the preferred size is -1, it will be ignored.") } SecondColumnLayout {