mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Reorder OK and Cancel buttons
This commit is contained in:
parent
7f2938c53f
commit
b71a512a6f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue