mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-28 10:55:48 +01:00
adapted for SetViewExpands...
This commit is contained in:
@@ -64,7 +64,7 @@ createPanel(Panel *p)
|
||||
int i;
|
||||
|
||||
panel->box = WMCreateBox(panel->parent);
|
||||
WMSetBoxExpandsToParent(panel->box, 2, 2, 0, 0);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
|
||||
|
||||
for (i=0; i<7; i++) {
|
||||
panel->swi[i] = WMCreateSwitchButton(panel->box);
|
||||
|
||||
Reference in New Issue
Block a user