fix expand anim
This commit is contained in:
@@ -172,7 +172,7 @@ Repeater {
|
|||||||
id: actionRow
|
id: actionRow
|
||||||
property NotifServer.Notif notif: groupHeader.modelData
|
property NotifServer.Notif notif: groupHeader.modelData
|
||||||
spacing: 2
|
spacing: 2
|
||||||
visible: groupColumn.isExpanded ? ( groupHeader.modelData.actions.length > 1 ? true : false ) : false
|
visible: groupHeader.modelData.actions.length > 1 ? true : false
|
||||||
height: 30
|
height: 30
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user