From 2fad9643c640afeb3282e177d31edbcf1b975cdf Mon Sep 17 00:00:00 2001 From: Eddy De Greef Date: Wed, 30 Jun 2004 11:56:02 +0000 Subject: [PATCH] Increased the help window size from 65 to 75 columns as a workaround for the window becoming smaller due to changes in the font specifications. (SF bug #982589: Help font inconsistent with window size) --- source/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/help.c b/source/help.c index d6d73d2..d441b1d 100644 --- a/source/help.c +++ b/source/help.c @@ -1,4 +1,4 @@ -static const char CVSID[] = "$Id: help.c,v 1.96 2003/10/22 20:05:12 tringali Exp $"; +static const char CVSID[] = "$Id: help.c,v 1.97 2004/06/30 11:56:02 edg Exp $"; /******************************************************************************* * * * help.c -- Nirvana Editor help display * @@ -719,7 +719,7 @@ static Widget createHelpPanel(enum HelpTopic topic) HelpTextPanes[topic] = XtVaCreateManagedWidget("helpText", textWidgetClass, sw, textNrows, 30, - textNcolumns, 65, + textNcolumns, 75, textNbacklightCharTypes, NULL, textNhScrollBar, hScrollBar, textNvScrollBar, vScrollBar, -- 2.11.4.GIT