1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-16 19:54:18 +01:00

A few miscelaneous fixes

This commit is contained in:
dan
2001-04-25 02:03:08 +00:00
parent 2eb1f26644
commit 86154ba01d
19 changed files with 33 additions and 29 deletions

View File

@@ -103,7 +103,7 @@ createPanel(Panel *p)
char *path;
panel->box = WMCreateBox(panel->parent);
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 2, 2);
/***************** Menu Scroll Speed ****************/
panel->scrF = WMCreateFrame(panel->box);