Compare commits

..

No commits in common. "41bfab9ab83c15beb3ca85a6fe7a236834daf860" and "af4da894fc719bf60ee78fe0d6fa5c70ce1ff45b" have entirely different histories.

2 changed files with 9 additions and 27 deletions

View file

@ -136,7 +136,7 @@ public class Ui.PlayQueue : Gtk.Box {
var child = new PlayQueueSong (this.playbin);
child.draggable = true;
child.show_position = true;
child.show_position = false;
child.show_artist = true;
child.show_album = true;

View file

@ -35,36 +35,18 @@ template $UiWindow: Adw.ApplicationWindow {
}
content: Adw.ViewStack stack {
Adw.ViewStackPage {
icon-name: "audio-input-microphone";
title: _("Artists");
child: Box {};
}
Adw.ViewStackPage {
icon-name: "media-optical-cd";
title: _("Albums");
child: Adw.NavigationView {
Adw.NavigationPage {
title: _("Albums");
child: Adw.ToolbarView {
[top]
CenterBox {
styles [ "toolbar" ]
[center]
SearchEntry {
placeholder-text: _("Search...");
}
[end]
Box {
Button {
icon-name: "view-refresh";
}
}
}
GridView {}
};
}
};
child: Box {};
}
Adw.ViewStackPage {