Added icons to Sources sidebar

This commit is contained in:
kramo
2023-07-13 14:40:41 +02:00
parent 8f4e4e619a
commit 33e847ef94
11 changed files with 36 additions and 6 deletions

View File

@@ -94,6 +94,7 @@ template $CartridgesWindow : Adw.ApplicationWindow {
margin-top: 12;
margin-bottom: 12;
margin-start: 6;
margin-end: 6;
spacing: 12;
Image {
@@ -102,12 +103,10 @@ template $CartridgesWindow : Adw.ApplicationWindow {
Label {
halign: start;
label: _("All Games");
margin-end: 6;
}
Label all_games_no_label {
hexpand: true;
halign: end;
margin-end: 6;
styles ["dim-label"]
}