mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 18:47:28 +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
|
||||
color: hifi.colors.baseGrayHighlight
|
||||
anchors {
|
||||
top: parent.top;
|
||||
left: parent.left;
|
||||
top: parent.top
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
margins: 0
|
||||
topMargin: hifi.dimensions.contentSpacing.y
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue