From e6eb53796d485be130f5412fe38130b423ef9442 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:42:10 +0200 Subject: [PATCH] fix calendar occasionally get placed at funny position --- .../quickshell/ii/modules/sidebarRight/BottomWidgetGroup.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/sidebarRight/BottomWidgetGroup.qml b/dots/.config/quickshell/ii/modules/sidebarRight/BottomWidgetGroup.qml index 96313289a..244464069 100644 --- a/dots/.config/quickshell/ii/modules/sidebarRight/BottomWidgetGroup.qml +++ b/dots/.config/quickshell/ii/modules/sidebarRight/BottomWidgetGroup.qml @@ -227,7 +227,8 @@ Rectangle { id: calendarWidget CalendarWidget { - anchors.centerIn: parent + anchors.fill: parent + anchors.margins: 5 } }