💥 fix(center-window): calendar and media separator orientation

This commit is contained in:
retrozinndev
2025-03-01 14:30:45 -03:00
parent e56b945469
commit f197052f7f
+1 -1
View File
@@ -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