From 5a08ef33fb741c8feb70c4f69d95614b993aedc9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 27 May 2026 08:56:29 +0200 Subject: [PATCH] Fix icon placement --- shell/plugins/panels/tailscale/Panel.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/plugins/panels/tailscale/Panel.qml b/shell/plugins/panels/tailscale/Panel.qml index a81a22d2..d6c52911 100644 --- a/shell/plugins/panels/tailscale/Panel.qml +++ b/shell/plugins/panels/tailscale/Panel.qml @@ -251,7 +251,8 @@ Panel { TailscaleIcon { anchors.centerIn: parent - iconSize: Style.space(12) + anchors.verticalCenterOffset: -Style.space(1) + iconSize: Style.space(12) * 0.85 color: root.iconColor badgeColor: root.urgent crossed: !tailscale.running && !tailscale.needsLogin