mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-16 15:22:01 +03:00
Fixed initial setup window
This commit is contained in:
parent
08a6e3bc5e
commit
5e2bac1a3f
1 changed files with 15 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue