mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:16:51 +02:00
Horizontally center short messages in the dialog
This commit is contained in:
parent
a816d835d3
commit
51b41da488
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ ModalWindow {
|
||||||
size: hifi.fontSizes.menuItem
|
size: hifi.fontSizes.menuItem
|
||||||
color: hifi.colors.baseGrayHighlight
|
color: hifi.colors.baseGrayHighlight
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top;
|
top: parent.top
|
||||||
left: parent.left;
|
horizontalCenter: parent.horizontalCenter
|
||||||
margins: 0
|
margins: 0
|
||||||
topMargin: hifi.dimensions.contentSpacing.y
|
topMargin: hifi.dimensions.contentSpacing.y
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue