From b44b88b2e237b1734ca4a034719c574c6c39c9e8 Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Thu, 16 Feb 2023 18:49:50 +0100 Subject: [PATCH] QmlDesigner: Update Tooltips for Tab Bar Section This patch update tooltip text for Tab Bar fields in Property editor. Fixes: QDS-9173 Change-Id: I1ae970e374142b5a0323c29bc0b68295bad64896 Reviewed-by: Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../QtQuick/Controls/TabBarSpecifics.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TabBarSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TabBarSpecifics.qml index 9e49b448034..6bd8d5750d4 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TabBarSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TabBarSpecifics.qml @@ -17,7 +17,7 @@ Column { SectionLayout { PropertyLabel { text: qsTr("Position") - tooltip: qsTr("Position of the tab bar.") + tooltip: qsTr("Sets the position of the tab bar.") } SecondColumnLayout { @@ -35,7 +35,8 @@ Column { PropertyLabel { text: qsTr("Content size") - tooltip: qsTr("Content width and height used for calculating the total implicit size.") + tooltip: qsTr("Sets the width and height of the tab bar.\n" + + "This is used for calculating the total implicit size.") } SecondColumnLayout {