Fixed initial setup window

This commit is contained in:
Observer KRypt0n_ 2022-08-05 22:59:41 +02:00
parent 08a6e3bc5e
commit 5e2bac1a3f
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -6,6 +6,9 @@ Adw.ApplicationWindow window {
default-height: 560; default-height: 560;
content: Adw.ToastOverlay toast_overlay { content: Adw.ToastOverlay toast_overlay {
Gtk.Box {
orientation: vertical;
Adw.HeaderBar { Adw.HeaderBar {
title-widget: Adw.WindowTitle { title-widget: Adw.WindowTitle {
title: "An Anime Game Launcher"; title: "An Anime Game Launcher";
@ -20,5 +23,6 @@ Adw.ApplicationWindow window {
carousel: carousel; carousel: carousel;
height-request: 32; height-request: 32;
} }
}
}; };
} }