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:
@@ -13,6 +13,8 @@ import org.kde.neochat
|
|||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
|
required property int index
|
||||||
required property TreeView treeView
|
required property TreeView treeView
|
||||||
required property bool isTreeNode
|
required property bool isTreeNode
|
||||||
required property bool expanded
|
required property bool expanded
|
||||||
|
|||||||
Reference in New Issue
Block a user