cleanup + fixes

This commit is contained in:
2026-04-02 20:15:15 +02:00
parent 22976a6681
commit 138d80ef00
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ CustomListView {
implicitHeight: root.currentItem?.implicitHeight ?? 0
implicitWidth: root.width
opacity: 0.08
radius: 8
radius: Appearance.rounding.smallest
y: root.currentItem?.y ?? 0
Behavior on y {