cleaning the layout finally

This commit is contained in:
samcake 2017-10-27 12:00:10 -07:00
parent 55f6ecb070
commit 715cf301d5

View file

@ -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