Fix ColorButton size in preferences
This commit is contained in:
parent
2daa53025e
commit
f72e2e44b6
@ -787,7 +787,7 @@ class GrampsPreferences(ConfigureDialog):
|
|||||||
group_label.set_halign(Gtk.Align.START)
|
group_label.set_halign(Gtk.Align.START)
|
||||||
group_label.set_margin_top(12)
|
group_label.set_margin_top(12)
|
||||||
group_label.set_markup(_('<b>%s</b>') % frame_lbl)
|
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
|
row_added = 0
|
||||||
for color in color_list:
|
for color in color_list:
|
||||||
|
Loading…
Reference in New Issue
Block a user