mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 22:34:18 +01:00
adapted for SetViewExpands...
This commit is contained in:
@@ -167,7 +167,7 @@ createPanel(Panel *p)
|
||||
}
|
||||
|
||||
panel->box = WMCreateBox(panel->parent);
|
||||
WMSetBoxExpandsToParent(panel->box, 2, 2, 0, 0);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
|
||||
|
||||
/***************** Workspace Navigation *****************/
|
||||
panel->navF = WMCreateFrame(panel->box);
|
||||
|
||||
Reference in New Issue
Block a user