Skip to content

Commit ca989fa

Browse files
committed
[qml] Shape/Editor: Remove ShapeDataItem expandable list
1 parent c1fd1b7 commit ca989fa

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

meshroom/ui/qml/Shapes/Editor/Items/ShapeDataItem.qml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,5 @@ Column {
2828
isAttribute: false
2929
}
3030

31-
// Expandable list
32-
Loader {
33-
active: itemHeader.isExpanded
34-
width: parent.width
35-
height: active ? (item ? item.implicitHeight || item.height : 0) : 0
36-
37-
sourceComponent: Pane {
38-
background: Rectangle { color: "transparent" }
39-
padding: 0
40-
implicitWidth: parent.width
41-
implicitHeight: 20
42-
43-
//Shape data observation
44-
}
45-
}
31+
// Perhaps add an expandable list for current observations later
4632
}

0 commit comments

Comments
 (0)