mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-23 13:09:09 +02:00
Moved save / load buttons to top
This commit is contained in:
parent
6639a245df
commit
9a7f88cd78
1 changed files with 13 additions and 15 deletions
|
@ -58,7 +58,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
spacing: 20
|
spacing: 8
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
id: root_col
|
id: root_col
|
||||||
|
|
||||||
|
@ -84,6 +84,18 @@ Rectangle {
|
||||||
root.sendToScript("category*"+currentIndex)
|
root.sendToScript("category*"+currentIndex)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
HifiControls.Button {
|
||||||
|
action: saveAction
|
||||||
|
Layout.fillWidth: true
|
||||||
|
anchors.top: parent.top
|
||||||
|
anchors.bottom: parent.bottom
|
||||||
|
}
|
||||||
|
HifiControls.Button {
|
||||||
|
action: loadAction
|
||||||
|
Layout.fillWidth: true
|
||||||
|
anchors.top: parent.top
|
||||||
|
anchors.bottom: parent.bottom
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
@ -376,19 +388,5 @@ Rectangle {
|
||||||
sourceComponent: paramWidgets
|
sourceComponent: paramWidgets
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
|
||||||
anchors.left: parent.left
|
|
||||||
anchors.right: parent.right
|
|
||||||
|
|
||||||
Button {
|
|
||||||
action: saveAction
|
|
||||||
}
|
|
||||||
Button {
|
|
||||||
action: loadAction
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue