We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ShapeDataItem
1 parent c1fd1b7 commit ca989faCopy full SHA for ca989fa
meshroom/ui/qml/Shapes/Editor/Items/ShapeDataItem.qml
@@ -28,19 +28,5 @@ Column {
28
isAttribute: false
29
}
30
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
+ // Perhaps add an expandable list for current observations later
46
0 commit comments