Save games in higher resolution - closes #7

This commit is contained in:
kramo
2023-03-13 20:53:07 +01:00
parent 0ee20a1a1f
commit 592a2d4829
4 changed files with 36 additions and 29 deletions

View File

@@ -67,15 +67,18 @@ template CartridgesWindow : Adw.ApplicationWindow {
margin-top: 24;
margin-bottom: 24;
Picture overview_cover {
halign: end;
valign: start;
width-request: 200;
height-request: 300;
Adw.Clamp {
maximum-size: 200;
Picture overview_cover {
halign: end;
valign: start;
width-request: 200;
height-request: 300;
styles [
"card",
]
styles [
"card",
]
}
}
Box {