From 45745f92b095c8521c8ed79c9a8c84962f35bdf1 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Fri, 16 Sep 2016 09:30:33 -0700 Subject: [PATCH] LinGui: fix width of min title length entry widget It cut off digits when > 2 digits --- gtk/src/ghb.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index 42efa9120..38361e96c 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -7375,6 +7375,7 @@ This file may be reloaded at a later time to edit your jobs and re-encode.True True 2 + 6 ● none False @@ -7422,7 +7423,8 @@ This file may be reloaded at a later time to edit your jobs and re-encode. True True - 4 + 4 + 6 ● none False -- 2.40.0