Reorder OK and Cancel buttons

This commit is contained in:
David Rowe 2016-03-08 13:58:20 +13:00
parent 7f2938c53f
commit b71a512a6f

View file

@ -108,8 +108,8 @@ ModalWindow {
margins: 0 margins: 0
bottomMargin: hifi.dimensions.contentSpacing.y bottomMargin: hifi.dimensions.contentSpacing.y
} }
Button { action: acceptAction }
Button { action: cancelAction } Button { action: cancelAction }
Button { action: acceptAction }
} }
Action { Action {