BReaking group

This commit is contained in:
Sam Gateau 2019-03-08 18:14:38 -08:00
parent 1b371c07ff
commit a303f803eb
2 changed files with 9 additions and 6 deletions

View file

@ -36,7 +36,7 @@ Item {
PropLabel {
id: labelControl
anchors.left: header.left
width: 0.8 * header.width
width: 0.9 * header.width
anchors.verticalCenter: header.verticalCenter
text: root.label
horizontalAlignment: Text.AlignHCenter
@ -57,7 +57,7 @@ Item {
MouseArea{
id: mousearea
anchors.fill: parent
onDoubleClicked: {
onClicked: {
root.isUnfold = !root.isUnfold
}
}

View file

@ -16,14 +16,17 @@ import controlsUit 1.0 as HifiControls
import "../lib/prop" as Prop
import "../lib/jet/qml" as Jet
Rectangle {
Original.ScrollView {
Prop.Global { id: prop;}
id: render;
anchors.fill: parent
color: prop.color;
anchors.fill: parent
// color: prop.color;
property var mainViewTask: Render.getConfig("RenderMainView")
Column {
anchors.left: parent.left
anchors.right: parent.right