diff --git a/src/ui/window.blp b/src/ui/window.blp index 9d783f3..1d2ea15 100644 --- a/src/ui/window.blp +++ b/src/ui/window.blp @@ -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; } }