mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +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
|
||||
bottomMargin: hifi.dimensions.contentSpacing.y
|
||||
}
|
||||
Button { action: acceptAction }
|
||||
Button { action: cancelAction }
|
||||
Button { action: acceptAction }
|
||||
}
|
||||
|
||||
Action {
|
||||
|
|
Loading…
Reference in a new issue