diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 42445e6..06486ac 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -831,7 +831,7 @@ in PopupWindow { id: calPopup anchor.window: bar - anchor.rect.x: bar.width / 2 - (fullWidth + 4) / 2 + anchor.rect.x: bar.width / 2 - (fullWidth + 16) / 2 anchor.rect.y: bar.height anchor.edges: Edges.Top | Edges.Left anchor.gravity: Edges.Bottom | Edges.Right @@ -844,7 +844,7 @@ in property real fullWidth: calCol.width + 32 property real fullHeight: calCol.height + 24 - implicitWidth: fullWidth + 4 + implicitWidth: fullWidth + 16 implicitHeight: fullHeight + 4 onVisibleChanged: {