forked from qt-creator/qt-creator
QmlDesigner: Rename inherited font caption
Task-number: QDS-8680 Change-Id: Ib40d4d2b547a7f04c9965cecb487ecfa5edda1a5 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
a63aa6b130
commit
1cee5e08b1
@@ -20,7 +20,7 @@ Column {
|
||||
InsetSection {}
|
||||
|
||||
FontSection {
|
||||
caption: qsTr("Font Inheritance")
|
||||
caption: qsTr("Font")
|
||||
expanded: false
|
||||
}
|
||||
}
|
||||
|
@@ -18,7 +18,7 @@ Column {
|
||||
InsetSection {}
|
||||
|
||||
FontSection {
|
||||
caption: qsTr("Font Inheritance")
|
||||
caption: qsTr("Font")
|
||||
expanded: false
|
||||
}
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@ Column {
|
||||
InsetSection {}
|
||||
|
||||
FontSection {
|
||||
caption: qsTr("Font Inheritance")
|
||||
caption: qsTr("Font")
|
||||
expanded: false
|
||||
}
|
||||
}
|
||||
|
@@ -16,7 +16,7 @@ Column {
|
||||
InsetSection {}
|
||||
|
||||
FontSection {
|
||||
caption: qsTr("Font Inheritance")
|
||||
caption: qsTr("Font")
|
||||
expanded: false
|
||||
}
|
||||
}
|
||||
|
@@ -59,7 +59,7 @@ Column {
|
||||
InsetSection {}
|
||||
|
||||
FontSection {
|
||||
caption: qsTr("Font Inheritance")
|
||||
caption: qsTr("Font")
|
||||
expanded: false
|
||||
}
|
||||
}
|
||||
|
@@ -43,7 +43,7 @@ Column {
|
||||
InsetSection {}
|
||||
|
||||
FontSection {
|
||||
caption: qsTr("Font Inheritance")
|
||||
caption: qsTr("Font")
|
||||
expanded: false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user