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 {