forked from qt-creator/qt-creator
QmlDesigner: Swap unicode of alignment icons
Change-Id: I1d40f2c25843d90c20569c349c586ad7393b2255 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
e817b95b8a
commit
4ff0ee4ab1
@@ -44,8 +44,8 @@ QtObject {
|
|||||||
readonly property string anchorLeft: "\u0026"
|
readonly property string anchorLeft: "\u0026"
|
||||||
readonly property string anchorRight: "\u0027"
|
readonly property string anchorRight: "\u0027"
|
||||||
readonly property string anchorTop: "\u0028"
|
readonly property string anchorTop: "\u0028"
|
||||||
readonly property string centerHorizontal: "\u0029"
|
readonly property string centerHorizontal: "\u002A"
|
||||||
readonly property string centerVertical: "\u002A"
|
readonly property string centerVertical: "\u0029"
|
||||||
readonly property string closeCross: "\u002B"
|
readonly property string closeCross: "\u002B"
|
||||||
readonly property string fontStyleBold: "\u002C"
|
readonly property string fontStyleBold: "\u002C"
|
||||||
readonly property string fontStyleItalic: "\u002D"
|
readonly property string fontStyleItalic: "\u002D"
|
||||||
|
Reference in New Issue
Block a user