mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 21:45:54 +01:00
adapted for SetViewExpands...
This commit is contained in:
@@ -227,7 +227,7 @@ createPanel(Panel *p)
|
||||
WMBox *hbox;
|
||||
|
||||
panel->box = WMCreateBox(panel->parent);
|
||||
WMSetBoxExpandsToParent(panel->box, 2, 2, 2, 2);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 2, 2);
|
||||
WMSetBoxHorizontal(panel->box, False);
|
||||
WMSetBoxBorderWidth(panel->box, 8);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user