From 5e2bac1a3f5800930d0b4ddf3576458161612fa9 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 5 Aug 2022 22:59:41 +0200 Subject: [PATCH] Fixed initial setup window --- assets/ui/first_run.blp | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/assets/ui/first_run.blp b/assets/ui/first_run.blp index 4162f58..0123dfb 100644 --- a/assets/ui/first_run.blp +++ b/assets/ui/first_run.blp @@ -6,19 +6,23 @@ Adw.ApplicationWindow window { default-height: 560; content: Adw.ToastOverlay toast_overlay { - Adw.HeaderBar { - title-widget: Adw.WindowTitle { - title: "An Anime Game Launcher"; - }; - } + Gtk.Box { + orientation: vertical; - Adw.Carousel carousel { - allow-mouse-drag: false; - } + Adw.HeaderBar { + title-widget: Adw.WindowTitle { + title: "An Anime Game Launcher"; + }; + } - Adw.CarouselIndicatorDots { - carousel: carousel; - height-request: 32; + Adw.Carousel carousel { + allow-mouse-drag: false; + } + + Adw.CarouselIndicatorDots { + carousel: carousel; + height-request: 32; + } } }; }