From 2f96d2216d1ed448aa7702bcff3164cec08383e7 Mon Sep 17 00:00:00 2001 From: Erica Z Date: Sun, 20 Oct 2024 16:25:30 +0200 Subject: [PATCH] new art sizing --- src/ui/window.blp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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; } }