Compare commits

..

No commits in common. "1a515c719ca08126b432c438dcecc6376e3e75a6" and "cc2f9f14667e5a2109d34e0dff5db94fd07ce6c4" have entirely different histories.

2 changed files with 4 additions and 9 deletions

View file

@ -16,7 +16,6 @@ template $UiPlayQueue: Adw.NavigationPage {
ScrolledWindow {
ListView view {
show-separators: true;
single-click-activate: true;
activate => $on_row_activated ();

View file

@ -6,11 +6,10 @@ template $UiWindow: Adw.ApplicationWindow {
default-width: 800;
default-height: 600;
content: Adw.BottomSheet bottom_sheet {
[content]
Adw.OverlaySplitView {
margin-bottom: bind bottom_sheet.bottom-bar-height;
content: Box {
orientation: vertical;
Adw.OverlaySplitView {
vexpand: true;
[sidebar]
@ -89,10 +88,7 @@ template $UiWindow: Adw.ApplicationWindow {
}
}
[sheet]
Box {}
[bottom-bar]
[bottom]
CenterBox {
styles [
"toolbar",