forked from qt-creator/qt-creator
QmlDesigner: Update Tooltips for Frame Section
This patch update tooltip text for Frame section fields in Property editor. Fixes: QDS-9207 Change-Id: Iece6c73e77ca33c93f4845e18b93c10ab73f34b1 Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
committed by
Pranta Ghosh Dastider
parent
6cf253e90e
commit
c178f45d5e
@@ -14,8 +14,9 @@ Section {
|
|||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Content size")
|
text: qsTr("Content size")
|
||||||
tooltip: qsTr("Sets the size of the pane. This is used to calculate\n"
|
tooltip: qsTr("Sets the size of the %1. This is used to calculate\n"
|
||||||
+ "the total implicit size.")
|
+ "the total implicit size.").arg(caption.charAt(0).toLowerCase()
|
||||||
|
+ caption.slice(1))
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
|
Reference in New Issue
Block a user