From 1cee5e08b113b82311d72a2533826557c8f573cc Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Tue, 26 Sep 2023 14:18:34 +0200 Subject: [PATCH] QmlDesigner: Rename inherited font caption Task-number: QDS-8680 Change-Id: Ib40d4d2b547a7f04c9965cecb487ecfa5edda1a5 Reviewed-by: Reviewed-by: Thomas Hartmann Reviewed-by: Qt CI Patch Build Bot --- .../QtQuick/Controls/FrameSpecifics.qml | 2 +- .../propertyEditorQmlSources/QtQuick/Controls/PaneSpecifics.qml | 2 +- .../QtQuick/Controls/ScrollViewSpecifics.qml | 2 +- .../QtQuick/Controls/StackViewSpecifics.qml | 2 +- .../QtQuick/Controls/SwipeViewSpecifics.qml | 2 +- .../QtQuick/Controls/ToolBarSpecifics.qml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/FrameSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/FrameSpecifics.qml index 8b2728bcff8..3b490548b6b 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/FrameSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/FrameSpecifics.qml @@ -20,7 +20,7 @@ Column { InsetSection {} FontSection { - caption: qsTr("Font Inheritance") + caption: qsTr("Font") expanded: false } } diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSpecifics.qml index 899e1e6b56c..7f08a3d7fd5 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSpecifics.qml @@ -18,7 +18,7 @@ Column { InsetSection {} FontSection { - caption: qsTr("Font Inheritance") + caption: qsTr("Font") expanded: false } } diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml index 9dc06b7969b..1ca84213c6f 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml @@ -72,7 +72,7 @@ Column { InsetSection {} FontSection { - caption: qsTr("Font Inheritance") + caption: qsTr("Font") expanded: false } } diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/StackViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/StackViewSpecifics.qml index 427c838da51..eadcea60de0 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/StackViewSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/StackViewSpecifics.qml @@ -16,7 +16,7 @@ Column { InsetSection {} FontSection { - caption: qsTr("Font Inheritance") + caption: qsTr("Font") expanded: false } } diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml index d5a300223db..8051dc8af15 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml @@ -59,7 +59,7 @@ Column { InsetSection {} FontSection { - caption: qsTr("Font Inheritance") + caption: qsTr("Font") expanded: false } } diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolBarSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolBarSpecifics.qml index 8c0388cb89c..17c05a62560 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolBarSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolBarSpecifics.qml @@ -43,7 +43,7 @@ Column { InsetSection {} FontSection { - caption: qsTr("Font Inheritance") + caption: qsTr("Font") expanded: false } }