diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml index 66736a97152..18adbdb68af 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml @@ -44,8 +44,8 @@ QtObject { readonly property string anchorLeft: "\u0026" readonly property string anchorRight: "\u0027" readonly property string anchorTop: "\u0028" - readonly property string centerHorizontal: "\u0029" - readonly property string centerVertical: "\u002A" + readonly property string centerHorizontal: "\u002A" + readonly property string centerVertical: "\u0029" readonly property string closeCross: "\u002B" readonly property string fontStyleBold: "\u002C" readonly property string fontStyleItalic: "\u002D"