spot/src/app/components/saved_tracks/saved_tracks.blp
Théo Barnouin 15cf412840
Some checks are pending
spot-quality / ci-check (push) Waiting to run
spot-quality / shellcheck (push) Waiting to run
first commit
2024-11-13 16:41:51 +01:00

15 lines
223 B
Text

using Gtk 4.0;
using Adw 1;
template $SavedTracksWidget : Adw.Bin {
ScrolledWindow scrolled_window {
vexpand: true;
Adw.ClampScrollable {
maximum-size: 900;
ListView song_list {
}
}
}
}