mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
fixed font panel in wprefs to have the same height for all WMLists
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user