forked from qt-creator/qt-creator
QmlDesigner: Update Tooltips for Pane Section
This patch update tooltip text for Pane Section fields in Property editor. Fixes: QDS-9212 Change-Id: Id6cf4fea516065f1cb7ac6d004e4015c1118b96b 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
3d02d08612
commit
d7898d9659
@@ -14,7 +14,8 @@ Section {
|
|||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Content size")
|
text: qsTr("Content size")
|
||||||
tooltip: qsTr("Content width and height used for calculating the total implicit size.")
|
tooltip: qsTr("Sets the size of the pane. This is used to calculate\n"
|
||||||
|
+ "the total implicit size.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
|
Reference in New Issue
Block a user