1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-13 04:15:50 +01:00

adapted for SetViewExpands...

This commit is contained in:
kojima
2001-02-20 23:39:06 +00:00
parent affcc3babd
commit 10972f2666
17 changed files with 18 additions and 18 deletions

View File

@@ -64,7 +64,7 @@ createPanel(Panel *p)
font = WMSystemFontOfSize(scr, 10);
panel->box = WMCreateBox(panel->parent);
WMSetBoxExpandsToParent(panel->box, 2, 2, 0, 0);
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
/**************** Initial Key Repeat ***************/
panel->delaF = WMCreateFrame(panel->box);