From fabd5742fc97dd3a36c03f2d8c081f2e358865cf Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Wed, 24 Jun 2015 19:55:13 +0100 Subject: [PATCH] 8643: Workaround for excessive height of rule editor window The height of the Gtk.Box containing the rule name and description labels is calculated incorrectly. The parent widget seems to think that the label text is wrapped onto many lines. This workaround sets a minimum label width which makes the problem less apparent. --- gramps/gui/glade/rule.glade | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gramps/gui/glade/rule.glade b/gramps/gui/glade/rule.glade index 79b5fa979..39502274a 100644 --- a/gramps/gui/glade/rule.glade +++ b/gramps/gui/glade/rule.glade @@ -879,10 +879,13 @@ True False start + start 12 12 No rule selected True + 40 + 0 False @@ -917,6 +920,8 @@ 12 No description True + 40 + 0 False