1
0
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:
kojima
2001-01-21 00:19:02 +00:00
parent f9778df784
commit e0fbdaa15e
4 changed files with 1789 additions and 6 deletions

View File

@@ -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);