Make sure all measurements are divisible by 3

This commit is contained in:
kramo
2023-07-03 14:40:08 +02:00
parent e320e58ffc
commit e388623c03
3 changed files with 12 additions and 12 deletions

View File

@@ -263,7 +263,7 @@ class Importer(ErrorProducer):
list_box = Gtk.ListBox()
list_box.set_selection_mode(Gtk.SelectionMode.NONE)
list_box.set_css_classes(["boxed-list"])
list_box.set_margin_top(8)
list_box.set_margin_top(9)
for error in errors:
row = Adw.ActionRow.new()
row.set_title(error[0])