mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
BReaking group
This commit is contained in:
parent
1b371c07ff
commit
a303f803eb
2 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue