This commit is contained in:
kramo
2023-04-11 23:31:16 +02:00
parent cebf080619
commit fd66d07ac3
18 changed files with 162 additions and 135 deletions

View File

@@ -1,7 +1,7 @@
using Gtk 4.0;
using Adw 1;
template game : Box {
template Game : Box {
orientation: vertical;
halign: center;
valign: start;
@@ -12,11 +12,18 @@ template game : Box {
orientation: vertical;
Button cover_button {
overflow: hidden;
Picture cover {
width-request: 200;
height-request: 300;
hexpand: true;
vexpand: true;
Overlay {
[overlay]
Spinner spinner {
margin-start: 72;
margin-end: 72;
}
Picture cover {
width-request: 200;
height-request: 300;
hexpand: true;
vexpand: true;
}
}
styles [