mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-28 02:45:47 +01:00
adapted for SetViewExpands...
This commit is contained in:
@@ -239,7 +239,7 @@ createPanel(Panel *p)
|
||||
WMFont *font;
|
||||
|
||||
panel->box = WMCreateBox(panel->parent);
|
||||
WMSetBoxExpandsToParent(panel->box, 2, 2, 0, 0);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
|
||||
|
||||
/***************** Input Focus Mode *****************/
|
||||
panel->kfocF = WMCreateFrame(panel->box);
|
||||
|
||||
Reference in New Issue
Block a user