entry: Set a margin on the grids

Less heavy on the eyes.
This commit is contained in:
Guido Günther
2021-12-01 13:07:01 +01:00
parent 894191d3a0
commit 937638c582

View File

@ -14,6 +14,8 @@ except AttributeError:
def new_grid(items, set_type):
grid = Gtk.Grid(orientation='vertical', column_spacing=8, row_spacing=8)
grid.props.margin = 6
i = 0
for text, value in items:
l = Gtk.Label(label=text)