From 8f0f40d72896746dd66932e544495d81c492aa9d Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Tue, 22 Apr 2025 19:01:56 -0300 Subject: [PATCH] :boom: ags(control-center): add bottom margin back --- ags/window/ControlCenter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ags/window/ControlCenter.ts b/ags/window/ControlCenter.ts index b4132ed..0baac90 100644 --- a/ags/window/ControlCenter.ts +++ b/ags/window/ControlCenter.ts @@ -15,6 +15,7 @@ export const ControlCenter = (mon: number) => PopupWindow({ focusOnMap: true, marginTop: 10, marginRight: 10, + marginBottom: 10, monitor: mon, widthRequest: 395, child: new Widget.Box({