Fix ColorButton size in preferences

This commit is contained in:
Nick Hall 2023-07-28 17:34:03 +01:00
parent 2daa53025e
commit f72e2e44b6

View File

@ -787,7 +787,7 @@ class GrampsPreferences(ConfigureDialog):
group_label.set_halign(Gtk.Align.START)
group_label.set_margin_top(12)
group_label.set_markup(_('<b>%s</b>') % frame_lbl)
colors_grid.attach(group_label, 0, row, 3, 1)
colors_grid.attach(group_label, 0, row, 6, 1)
row_added = 0
for color in color_list: