Compare commits
2 commits
cc2f9f1466
...
1a515c719c
Author | SHA1 | Date | |
---|---|---|---|
1a515c719c | |||
feb08c9ba5 |
2 changed files with 9 additions and 4 deletions
|
@ -16,6 +16,7 @@ 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,10 +6,11 @@ template $UiWindow: Adw.ApplicationWindow {
|
||||||
default-width: 800;
|
default-width: 800;
|
||||||
default-height: 600;
|
default-height: 600;
|
||||||
|
|
||||||
content: Box {
|
content: Adw.BottomSheet bottom_sheet {
|
||||||
orientation: vertical;
|
[content]
|
||||||
|
|
||||||
Adw.OverlaySplitView {
|
Adw.OverlaySplitView {
|
||||||
|
margin-bottom: bind bottom_sheet.bottom-bar-height;
|
||||||
|
|
||||||
vexpand: true;
|
vexpand: true;
|
||||||
|
|
||||||
[sidebar]
|
[sidebar]
|
||||||
|
@ -88,7 +89,10 @@ template $UiWindow: Adw.ApplicationWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[bottom]
|
[sheet]
|
||||||
|
Box {}
|
||||||
|
|
||||||
|
[bottom-bar]
|
||||||
CenterBox {
|
CenterBox {
|
||||||
styles [
|
styles [
|
||||||
"toolbar",
|
"toolbar",
|
||||||
|
|
Loading…
Reference in a new issue