From 4ff0ee4ab11ab1254a8351fc3a77c69b107c3eff Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Fri, 23 Aug 2019 15:11:29 +0200 Subject: [PATCH] QmlDesigner: Swap unicode of alignment icons Change-Id: I1d40f2c25843d90c20569c349c586ad7393b2255 Reviewed-by: Thomas Hartmann --- .../imports/StudioTheme/Constants.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"