1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00

fixed font panel in wprefs to have the same height for all WMLists

This commit is contained in:
dan
2004-10-20 06:05:20 +00:00
parent f6682a9ade
commit f555ccb9b9

View File

@@ -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;