From 6c41ab69d348fc64930b8ad4c6882279beacb909 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 17 May 2026 08:44:25 +0200 Subject: [PATCH] More massaging of the layout --- .../omarchy-shell/plugins/bar/widgets/weatherFlyout.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml b/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml index 4ce11f38..d7f11d3a 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml @@ -180,7 +180,7 @@ Item { open: root.popupOpen centerOnBar: true triggerMode: "click" - contentWidth: 440 + contentWidth: 480 contentHeight: card.implicitHeight + 28 Column { @@ -196,8 +196,9 @@ Item { Row { id: heroLeft anchors.left: parent.left + anchors.leftMargin: 16 anchors.verticalCenter: parent.verticalCenter - spacing: 12 + spacing: 16 Text { id: heroIcon