mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
adapted for SetViewExpands...
This commit is contained in:
@@ -1723,7 +1723,7 @@ createPanel(Panel *p)
|
||||
panel->hand = WMCreatePixmapFromXPMData(scr, hand_xpm);
|
||||
|
||||
panel->box = WMCreateBox(panel->parent);
|
||||
WMSetBoxExpandsToParent(panel->box, 2, 2, 0, 0);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
|
||||
|
||||
/* preview box */
|
||||
panel->prevL = WMCreateLabel(panel->box);
|
||||
|
||||
Reference in New Issue
Block a user