From f197052f7f3d9336933879e9b2203a64f81c2e67 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sat, 1 Mar 2025 14:30:45 -0300 Subject: [PATCH] :boom: fix(center-window): calendar and media separator orientation --- ags/window/CenterWindow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ags/window/CenterWindow.ts b/ags/window/CenterWindow.ts index 34a02e4..ee10c7f 100644 --- a/ags/window/CenterWindow.ts +++ b/ags/window/CenterWindow.ts @@ -54,7 +54,7 @@ export const CenterWindow: Widget.Window = PopupWindow({ } as Widget.BoxProps), Separator({ visible: bind(BigMedia, "visible"), - orientation: Gtk.Orientation.VERTICAL, + orientation: Gtk.Orientation.HORIZONTAL, alpha: .5, cssColor: "gray", size: 1