From f72e2e44b6d1499dc2ce9fccefd420fc49665fd3 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 28 Jul 2023 17:34:03 +0100 Subject: [PATCH] Fix ColorButton size in preferences --- gramps/gui/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/configure.py b/gramps/gui/configure.py index b1c50cdae..c222a43e5 100644 --- a/gramps/gui/configure.py +++ b/gramps/gui/configure.py @@ -787,7 +787,7 @@ class GrampsPreferences(ConfigureDialog): group_label.set_halign(Gtk.Align.START) group_label.set_margin_top(12) group_label.set_markup(_('%s') % 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: