Move player bar to separate widget

This commit is contained in:
Elias Projahn 2023-10-27 12:32:40 +02:00
parent f16a27e343
commit 232faa6a2f
8 changed files with 261 additions and 141 deletions

View file

@ -42,7 +42,7 @@ mod imp {
glib::wrapper! {
pub struct PlaylistTile(ObjectSubclass<imp::PlaylistTile>)
@extends gtk::Widget, gtk::FlowBoxChild;
@extends gtk::Widget, gtk::Box;
}
impl PlaylistTile {