Fix micro spacing inconsistency in SpaceHierarchyDelegate

Exposing index allows RoundedItemDelegate to use a consistent padding
for the first and last item in the listview.


(cherry picked from commit 18c9376992)
This commit is contained in:
Carl Schwan
2024-05-04 00:36:34 +02:00
parent 6057e9a34f
commit e577af65d3

View File

@@ -13,6 +13,8 @@ import org.kde.neochat
Item {
id: root
required property int index
required property TreeView treeView
required property bool isTreeNode
required property bool expanded