mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-15 00:34:42 +09:00
Apply better wrapping
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user