Skip to content

Commit 2805144

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

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,5 @@ Column {
4646
isAttribute: true
4747
}
4848

49-
// Expandable list
50-
Loader {
51-
active: itemHeader.isExpanded
52-
width: parent.width
53-
height: active ? (item ? item.implicitHeight || item.height : 0) : 0
54-
55-
sourceComponent: Pane {
56-
background: Rectangle { color: "transparent" }
57-
padding: 0
58-
implicitWidth: parent.width
59-
implicitHeight: 20
60-
61-
//Shape attribute observation
62-
}
63-
}
49+
// Perhaps add an expandable list for current observations later
6450
}

0 commit comments

Comments
 (0)