diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml index 8b2e6698bd9..9adc5e5f2c9 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml @@ -158,16 +158,15 @@ QtObject { readonly property string transparent: "\u0099" readonly property string triState: "\u009A" readonly property string triangleArcA: "\u009B" - readonly property string triangleArcB: "\u009C" - readonly property string triangleCornerA: "\u009D" - readonly property string triangleCornerB: "\u009E" - readonly property string unLinked: "\u009F" - readonly property string undo: "\u00A0" - readonly property string unpin: "\u00A1" - readonly property string upDownIcon: "\u00A2" - readonly property string upDownSquare2: "\u00A3" - readonly property string visibilityOffBroken: "\u00A4" // visibilityOff - readonly property string visibilityOff: "\u00A5" // visibilityOff2 + readonly property string triangleArcB: "\u009D" + readonly property string triangleCornerA: "\u009E" + readonly property string triangleCornerB: "\u009F" + readonly property string unLinked: "\u00A0" + readonly property string undo: "\u00A1" + readonly property string unpin: "\u00A2" + readonly property string upDownIcon: "\u00A3" + readonly property string upDownSquare2: "\u00A4" + readonly property string visibilityOff: "\u00A5" readonly property string visibilityOn: "\u00A6" readonly property string wildcard: "\u00A7" readonly property string wizardsAutomotive: "\u00A8" @@ -175,12 +174,12 @@ QtObject { readonly property string wizardsGeneric: "\u00AA" readonly property string wizardsMcuEmpty: "\u00AB" readonly property string wizardsMcuGraph: "\u00AC" - readonly property string wizardsMobile: "\u00AD" - readonly property string wizardsUnknown: "\u00AE" - readonly property string zoomAll: "\u00AF" - readonly property string zoomIn: "\u00B0" - readonly property string zoomOut: "\u00B1" - readonly property string zoomSelection: "\u00B2" + readonly property string wizardsMobile: "\u00AE" + readonly property string wizardsUnknown: "\u00AF" + readonly property string zoomAll: "\u00B0" + readonly property string zoomIn: "\u00B1" + readonly property string zoomOut: "\u00B2" + readonly property string zoomSelection: "\u00B3" readonly property font iconFont: Qt.font({ "family": controlIcons.name, diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf index 24141fcc837..eb9426e8f45 100644 Binary files a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf and b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf differ diff --git a/src/plugins/qmldesigner/components/componentcore/theme.h b/src/plugins/qmldesigner/components/componentcore/theme.h index 05348bc7dff..1bcaea63307 100644 --- a/src/plugins/qmldesigner/components/componentcore/theme.h +++ b/src/plugins/qmldesigner/components/componentcore/theme.h @@ -174,8 +174,7 @@ public: unpin, upDownIcon, upDownSquare2, - visibilityOffBroken, // visibilityOff - visibilityOff, // visibilityOff2 + visibilityOff, visibilityOn, wildcard, wizardsAutomotive,