diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml index 911b93271c0..56c5977080a 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml @@ -113,6 +113,7 @@ Section { Controls.ComboBox { id: sizeType model: ["pixels", "points"] + property color textColor: creatorTheme.PanelTextColorLight onCurrentIndexChanged: { if (sizeWidget.isSetup) return;