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 {
|
||||
halign: center;
|
||||
maximum-size: 400;
|
||||
width-request: 400;
|
||||
margin-top: 24;
|
||||
margin-bottom: 24;
|
||||
margin-start: 24;
|
||||
margin-end: 24;
|
||||
|
||||
Image {
|
||||
Picture {
|
||||
valign: center;
|
||||
styles [ "frame" ]
|
||||
halign: center;
|
||||
pixel-size: 400;
|
||||
paintable: bind template.playing_cover_art;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue