new art sizing
This commit is contained in:
parent
83b2db4b76
commit
2f96d2216d
1 changed files with 3 additions and 4 deletions
|
@ -45,16 +45,15 @@ template $UiWindow: Adw.ApplicationWindow {
|
||||||
|
|
||||||
Adw.Clamp {
|
Adw.Clamp {
|
||||||
halign: center;
|
halign: center;
|
||||||
maximum-size: 400;
|
margin-top: 24;
|
||||||
width-request: 400;
|
margin-bottom: 24;
|
||||||
margin-start: 24;
|
margin-start: 24;
|
||||||
margin-end: 24;
|
margin-end: 24;
|
||||||
|
|
||||||
Image {
|
Picture {
|
||||||
valign: center;
|
valign: center;
|
||||||
styles [ "frame" ]
|
styles [ "frame" ]
|
||||||
halign: center;
|
halign: center;
|
||||||
pixel-size: 400;
|
|
||||||
paintable: bind template.playing_cover_art;
|
paintable: bind template.playing_cover_art;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue