Fix wrapped text being center aligned for the version info of snapshot box

This commit is contained in:
heliguy4599
2024-10-12 15:23:41 -04:00
parent 274f7bd9a0
commit 608511132a

View File

@@ -31,6 +31,8 @@ template $SnapshotBox : Gtk.Box {
wrap: true;
justify: right;
hexpand: true;
halign: end;
natural-wrap-mode: none;
}
}
Box {