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 {
|
ScrolledWindow {
|
||||||
ListView view {
|
ListView view {
|
||||||
show-separators: true;
|
|
||||||
single-click-activate: true;
|
single-click-activate: true;
|
||||||
|
|
||||||
activate => $on_row_activated ();
|
activate => $on_row_activated ();
|
||||||
|
|
|
@ -6,13 +6,10 @@ template $UiWindow: Adw.ApplicationWindow {
|
||||||
default-width: 800;
|
default-width: 800;
|
||||||
default-height: 600;
|
default-height: 600;
|
||||||
|
|
||||||
content: Adw.BottomSheet bottom_sheet {
|
content: Box {
|
||||||
can-open: false; // broken in libadwaita
|
orientation: vertical;
|
||||||
|
|
||||||
[content]
|
|
||||||
Adw.OverlaySplitView {
|
Adw.OverlaySplitView {
|
||||||
margin-bottom: bind bottom_sheet.bottom-bar-height;
|
|
||||||
|
|
||||||
vexpand: true;
|
vexpand: true;
|
||||||
|
|
||||||
[sidebar]
|
[sidebar]
|
||||||
|
@ -91,10 +88,7 @@ template $UiWindow: Adw.ApplicationWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[sheet]
|
[bottom]
|
||||||
Box {}
|
|
||||||
|
|
||||||
[bottom-bar]
|
|
||||||
CenterBox {
|
CenterBox {
|
||||||
styles [
|
styles [
|
||||||
"toolbar",
|
"toolbar",
|
||||||
|
|
Loading…
Reference in a new issue