From b09039cabba472dca3c3a6a233f37c464041170b Mon Sep 17 00:00:00 2001 From: voidarc Date: Wed, 12 Aug 2026 12:28:54 +0100 Subject: [PATCH] fixed weird hovering thing for user experience --- Bar/Time.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bar/Time.qml b/Bar/Time.qml index a504ed0..6590026 100644 --- a/Bar/Time.qml +++ b/Bar/Time.qml @@ -55,7 +55,7 @@ Container { root.boxHeight: root.mprisHeight root.boxRadius: 12 root.boxWidth: root.mprisWidth - root.visibleTopMargin: 5 + root.visibleTopMargin: root.hovered == true ? 0 : 5 } StateChangeScript {