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:
Henning Gruendl
2023-09-26 14:18:34 +02:00
committed by Henning Gründl
parent a63aa6b130
commit 1cee5e08b1
6 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ Column {
InsetSection {} InsetSection {}
FontSection { FontSection {
caption: qsTr("Font Inheritance") caption: qsTr("Font")
expanded: false expanded: false
} }
} }

View File

@@ -18,7 +18,7 @@ Column {
InsetSection {} InsetSection {}
FontSection { FontSection {
caption: qsTr("Font Inheritance") caption: qsTr("Font")
expanded: false expanded: false
} }
} }

View File

@@ -72,7 +72,7 @@ Column {
InsetSection {} InsetSection {}
FontSection { FontSection {
caption: qsTr("Font Inheritance") caption: qsTr("Font")
expanded: false expanded: false
} }
} }

View File

@@ -16,7 +16,7 @@ Column {
InsetSection {} InsetSection {}
FontSection { FontSection {
caption: qsTr("Font Inheritance") caption: qsTr("Font")
expanded: false expanded: false
} }
} }

View File

@@ -59,7 +59,7 @@ Column {
InsetSection {} InsetSection {}
FontSection { FontSection {
caption: qsTr("Font Inheritance") caption: qsTr("Font")
expanded: false expanded: false
} }
} }

View File

@@ -43,7 +43,7 @@ Column {
InsetSection {} InsetSection {}
FontSection { FontSection {
caption: qsTr("Font Inheritance") caption: qsTr("Font")
expanded: false expanded: false
} }
} }