Apply better wrapping

This commit is contained in:
Heliguy
2024-09-27 21:17:03 -04:00
parent 1df4f26aea
commit 8e68adfc9b
2 changed files with 5 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ template $SnapshotBox : Gtk.Box {
Label title {
label: _("No Name Set");
wrap: true;
wrap-mode: word_char;
justify: left;
halign: start;
styles ["title-4"]

View File

@@ -81,6 +81,7 @@ template $SnapshotPage : Adw.BreakpointBin {
margin-start: 12;
margin-end: 12;
wrap: true;
wrap-mode: word_char;
}
Label {
label: _("Snapshots of installed apps");
@@ -90,6 +91,7 @@ template $SnapshotPage : Adw.BreakpointBin {
margin-end: 12;
margin-bottom: 3;
wrap: true;
wrap-mode: word_char;
}
ListBox active_listbox {
styles ["navigation-sidebar"]
@@ -108,6 +110,7 @@ template $SnapshotPage : Adw.BreakpointBin {
margin-start: 12;
margin-end: 12;
wrap: true;
wrap-mode: word_char;
}
Label {
label: _("Snapshots of apps that are no longer installed");
@@ -117,6 +120,7 @@ template $SnapshotPage : Adw.BreakpointBin {
margin-end: 12;
margin-bottom: 3;
wrap: true;
wrap-mode: word_char;
}
ListBox leftover_listbox {
styles ["navigation-sidebar"]