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;