This commit is contained in:
Erica Z 2024-10-12 18:08:20 +00:00
parent 0a62dc11a3
commit 1b298644df

View file

@ -61,6 +61,17 @@ template $WaveletWindow: Adw.ApplicationWindow {
sensitive: false; sensitive: false;
} }
} }
Separator {
styles [
"spacer",
]
vexpand: true;
}
Picture {
paintable: bind template.playing_cover_art;
}
}; };
} }
} }
@ -91,10 +102,6 @@ template $WaveletWindow: Adw.ApplicationWindow {
"toolbar", "toolbar",
] ]
Picture {
paintable: bind template.playing_cover_art;
}
Box { Box {
orientation: vertical; orientation: vertical;
valign: center; valign: center;