Horizontally center short messages in the dialog

This commit is contained in:
David Rowe 2016-02-25 09:15:07 +13:00
parent a816d835d3
commit 51b41da488

View file

@ -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
}