mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:08:51 +02:00
cleaning the layout finally
This commit is contained in:
parent
55f6ecb070
commit
715cf301d5
1 changed files with 10 additions and 10 deletions
|
@ -121,16 +121,18 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
Item {
|
||||||
|
height: childrenRect.height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
HifiControls.Label {
|
HifiControls.Label {
|
||||||
text: "Tone Mapping Curve"
|
text: "Tone Mapping Curve"
|
||||||
// anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
}
|
}
|
||||||
|
|
||||||
HifiControls.ComboBox {
|
HifiControls.ComboBox {
|
||||||
// anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
currentIndex: 1
|
currentIndex: 1
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
id: cbItems
|
id: cbItems
|
||||||
|
@ -146,17 +148,16 @@ Rectangle {
|
||||||
}
|
}
|
||||||
Separator {}
|
Separator {}
|
||||||
|
|
||||||
Row {
|
Item {
|
||||||
|
height: childrenRect.height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
id: framebuffer
|
id: framebuffer
|
||||||
spacing: 10
|
|
||||||
height: 24
|
|
||||||
|
|
||||||
HifiControls.Label {
|
HifiControls.Label {
|
||||||
text: "Debug Framebuffer"
|
text: "Debug Framebuffer"
|
||||||
height: 24
|
anchors.left: parent.left
|
||||||
// anchors.left: parent.left
|
|
||||||
}
|
}
|
||||||
|
|
||||||
property var config: render.mainViewTask.getConfig("DebugDeferredBuffer")
|
property var config: render.mainViewTask.getConfig("DebugDeferredBuffer")
|
||||||
|
@ -167,8 +168,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
HifiControls.ComboBox {
|
HifiControls.ComboBox {
|
||||||
height: 24
|
anchors.right: parent.right
|
||||||
// anchors.right: parent.right
|
|
||||||
currentIndex: 0
|
currentIndex: 0
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
id: cbItemsFramebuffer
|
id: cbItemsFramebuffer
|
||||||
|
|
Loading…
Reference in a new issue