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;