mirror of
https://github.com/gryf/wmaker.git
synced 2026-05-03 06:40:54 +02:00
changed stuff in WMSetBoxExpandsToParent
This commit is contained in:
+1
-1
@@ -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