From 846b5586868aef0a21b09e6c04938e8689f009fb Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Fri, 28 Nov 2025 16:10:54 +0100 Subject: [PATCH] fixed music anchor --- bar/StatusBar.qml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/bar/StatusBar.qml b/bar/StatusBar.qml index 765bf84..6e8f56f 100644 --- a/bar/StatusBar.qml +++ b/bar/StatusBar.qml @@ -45,21 +45,10 @@ PanelWindow { Pill { id: music - anchors.right: tray.left + anchors.right: parent.right anchors.rightMargin: 10 Music { player: Mpris.players.values.find(e => e.identity == "Spotify") } } - - // Pill { - // id: tray - // - // anchors.right: parent.right - // anchors.rightMargin: 10 - // - // SystemTray { - // - // } - // } }