This commit is contained in:
me 2024-10-12 18:08:20 +00:00
parent 16077c8938
commit c2fba5ad4b

View file

@ -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;