Save games in higher resolution - closes #7
This commit is contained in:
@@ -6,28 +6,27 @@ template game : Box {
|
||||
halign: center;
|
||||
valign: start;
|
||||
|
||||
Button cover_button {
|
||||
Picture cover {
|
||||
width-request: 200;
|
||||
height-request: 300;
|
||||
hexpand: true;
|
||||
vexpand: true;
|
||||
|
||||
styles [
|
||||
"card",
|
||||
]
|
||||
}
|
||||
|
||||
styles [
|
||||
"card",
|
||||
"flat",
|
||||
]
|
||||
}
|
||||
|
||||
Adw.Clamp {
|
||||
maximum-size: 200;
|
||||
|
||||
Box {
|
||||
orientation: vertical;
|
||||
Button cover_button {
|
||||
Picture cover {
|
||||
width-request: 200;
|
||||
height-request: 300;
|
||||
hexpand: true;
|
||||
vexpand: true;
|
||||
|
||||
styles [
|
||||
"card",
|
||||
]
|
||||
}
|
||||
|
||||
styles [
|
||||
"card",
|
||||
"flat",
|
||||
]
|
||||
}
|
||||
Overlay overlay {
|
||||
[overlay]
|
||||
Revealer play_revealer {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user