diff --git a/src/ui/window.blp b/src/ui/window.blp index f9f806c..3d76da9 100644 --- a/src/ui/window.blp +++ b/src/ui/window.blp @@ -6,10 +6,11 @@ template $UiWindow: Adw.ApplicationWindow { default-width: 800; default-height: 600; - content: Box { - orientation: vertical; - + content: Adw.BottomSheet bottom_sheet { + [content] Adw.OverlaySplitView { + margin-bottom: bind bottom_sheet.bottom-bar-height; + vexpand: true; [sidebar] @@ -88,7 +89,10 @@ template $UiWindow: Adw.ApplicationWindow { } } - [bottom] + [sheet] + Box {} + + [bottom-bar] CenterBox { styles [ "toolbar",