make notif status row less weird

This commit is contained in:
end-4
2025-10-25 00:11:17 +02:00
parent 531411315e
commit 99dd0a4e2e
3 changed files with 30 additions and 48 deletions
@@ -27,7 +27,7 @@ Button {
property real clickedWidth: baseWidth + (isAtSide ? 10 : 20)
property real clickedHeight: baseHeight
property var parentGroup: root.parent
property int indexInParent: parentGroup?.children.indexOf(root) ?? 0
property int indexInParent: parentGroup?.children.indexOf(root) ?? -1
property int clickIndex: parentGroup?.clickIndex ?? -1
property bool isAtSide: indexInParent === 0 || indexInParent === (parentGroup?.childrenCount - 1)