Compare commits
No commits in common. "8e1edd39c8f12a599dfc380d3dc1f5d9408504cd" and "cc2f9f14667e5a2109d34e0dff5db94fd07ce6c4" have entirely different histories.
8e1edd39c8
...
cc2f9f1466
2 changed files with 3 additions and 10 deletions
|
@ -16,7 +16,6 @@ template $UiPlayQueue: Adw.NavigationPage {
|
|||
|
||||
ScrolledWindow {
|
||||
ListView view {
|
||||
show-separators: true;
|
||||
single-click-activate: true;
|
||||
|
||||
activate => $on_row_activated ();
|
||||
|
|
|
@ -6,13 +6,10 @@ template $UiWindow: Adw.ApplicationWindow {
|
|||
default-width: 800;
|
||||
default-height: 600;
|
||||
|
||||
content: Adw.BottomSheet bottom_sheet {
|
||||
can-open: false; // broken in libadwaita
|
||||
content: Box {
|
||||
orientation: vertical;
|
||||
|
||||
[content]
|
||||
Adw.OverlaySplitView {
|
||||
margin-bottom: bind bottom_sheet.bottom-bar-height;
|
||||
|
||||
vexpand: true;
|
||||
|
||||
[sidebar]
|
||||
|
@ -91,10 +88,7 @@ template $UiWindow: Adw.ApplicationWindow {
|
|||
}
|
||||
}
|
||||
|
||||
[sheet]
|
||||
Box {}
|
||||
|
||||
[bottom-bar]
|
||||
[bottom]
|
||||
CenterBox {
|
||||
styles [
|
||||
"toolbar",
|
||||
|
|
Loading…
Reference in a new issue