From f555ccb9b93d4fc55e0a6018474c0904ab403e6c Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 20 Oct 2004 06:05:20 +0000 Subject: [PATCH] fixed font panel in wprefs to have the same height for all WMLists --- WPrefs.app/FontSimple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WPrefs.app/FontSimple.c b/WPrefs.app/FontSimple.c index 6b597901..f3af773b 100644 --- a/WPrefs.app/FontSimple.c +++ b/WPrefs.app/FontSimple.c @@ -661,7 +661,7 @@ createPanel(Panel *p) // family panel->familyL = WMCreateList(vbox); - WMAddBoxSubview(vbox, WMWidgetView(panel->familyL), True, True, 0, 0, 4); + WMAddBoxSubview(vbox, WMWidgetView(panel->familyL), True, True, 0, 0, 0); if (panel->fonts) { WMListItem *item;