Don't horizontally scroll sidebar

This commit is contained in:
kramo
2024-07-08 15:49:31 +02:00
parent 8504689426
commit c1226197f8
2 changed files with 9 additions and 1 deletions

View File

@@ -94,6 +94,8 @@ template $CartridgesWindow: Adw.ApplicationWindow {
}
ScrolledWindow {
hscrollbar-policy: never;
ListBox sidebar {
Box all_games_row_box {
margin-top: 12;
@@ -109,6 +111,8 @@ template $CartridgesWindow: Adw.ApplicationWindow {
Label {
halign: start;
label: _("All Games");
wrap: true;
wrap-mode: char;
}
Label all_games_no_label {
@@ -135,6 +139,8 @@ template $CartridgesWindow: Adw.ApplicationWindow {
halign: start;
label: _("Added");
margin-end: 6;
wrap: true;
wrap-mode: char;
}
Label added_games_no_label {