forked from qt-creator/qt-creator
QMLDesigner: fix punctuation of a tooltip
Change-Id: I008b3ad8efad56578953741f94bba4ade5f45d63 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
committed by
Leena Miettinen
parent
d45441926a
commit
d23334bb84
@@ -231,7 +231,7 @@ SectionLayout {
|
|||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: qsTr("Preferred size")
|
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 height of an item in a layout. If the preferred height is -1, it will be ignored.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
|
Reference in New Issue
Block a user