mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-26 09:35:49 +01:00
changed stuff in WMSetBoxExpandsToParent
This commit is contained in:
@@ -125,7 +125,7 @@ WMCreateAlertPanel(WMScreen *scrPtr, WMWindow *owner,
|
||||
WMSetWindowTitle(panel->win, "");
|
||||
|
||||
panel->vbox = WMCreateBox(panel->win);
|
||||
WMSetBoxExpandsToParent(panel->vbox);
|
||||
WMSetBoxExpandsToParent(panel->vbox, 0, 0, 0, 0);
|
||||
WMSetBoxHorizontal(panel->vbox, False);
|
||||
WMMapWidget(panel->vbox);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user