forked from qt-creator/qt-creator
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: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Pranta Ghosh Dastider
parent
68a6b12b5a
commit
b44b88b2e2
@@ -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 {
|
||||
|
Reference in New Issue
Block a user