💥 fix(center-window): calendar and media separator orientation
This commit is contained in:
@@ -54,7 +54,7 @@ export const CenterWindow: Widget.Window = PopupWindow({
|
|||||||
} as Widget.BoxProps),
|
} as Widget.BoxProps),
|
||||||
Separator({
|
Separator({
|
||||||
visible: bind(BigMedia, "visible"),
|
visible: bind(BigMedia, "visible"),
|
||||||
orientation: Gtk.Orientation.VERTICAL,
|
orientation: Gtk.Orientation.HORIZONTAL,
|
||||||
alpha: .5,
|
alpha: .5,
|
||||||
cssColor: "gray",
|
cssColor: "gray",
|
||||||
size: 1
|
size: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user