1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 22:52:34 +01:00

Adjusted the list size in WPrfs.app/Paths.c

This commit is contained in:
dan
1999-05-04 23:18:54 +00:00
parent 6fc9e2a2e5
commit 2f178db0b9

View File

@@ -257,7 +257,7 @@ createPanel(Panel *p)
WMSetFrameTitle(panel->icoF, _("Icon Search Paths"));
panel->icoL = WMCreateList(panel->icoF);
WMResizeWidget(panel->icoL, 200, 150);
WMResizeWidget(panel->icoL, 200, 147);
WMMoveWidget(panel->icoL, 15, 20);
WMSetListUserDrawProc(panel->icoL, paintItem);
WMHangData(panel->icoL, panel);
@@ -284,7 +284,7 @@ createPanel(Panel *p)
WMSetFrameTitle(panel->pixF, _("Pixmap Search Paths"));
panel->pixL = WMCreateList(panel->pixF);
WMResizeWidget(panel->pixL, 200, 150);
WMResizeWidget(panel->pixL, 200, 147);
WMMoveWidget(panel->pixL, 15, 20);
WMSetListUserDrawProc(panel->pixL, paintItem);
WMHangData(panel->pixL, panel);