From 1b298644dfac430d78316ba8696db97530d5f419 Mon Sep 17 00:00:00 2001 From: Erica Z Date: Sat, 12 Oct 2024 18:08:20 +0000 Subject: [PATCH] larg art --- src/window.blp | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/window.blp b/src/window.blp index b8e0fb8..043e252 100644 --- a/src/window.blp +++ b/src/window.blp @@ -61,6 +61,17 @@ template $WaveletWindow: Adw.ApplicationWindow { sensitive: false; } } + + Separator { + styles [ + "spacer", + ] + vexpand: true; + } + + Picture { +paintable: bind template.playing_cover_art; + } }; } } @@ -91,10 +102,6 @@ template $WaveletWindow: Adw.ApplicationWindow { "toolbar", ] - Picture { - paintable: bind template.playing_cover_art; - } - Box { orientation: vertical; valign: center;