mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-07 18:49:44 +02: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