mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-25 10:01:26 +02:00
adapted for SetViewExpands...
This commit is contained in:
+1
-1
@@ -468,7 +468,7 @@ createPanel(_Panel *p)
|
||||
}
|
||||
|
||||
panel->box = WMCreateBox(panel->parent);
|
||||
WMSetBoxExpandsToParent(panel->box, 2, 2, 0, 0);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
|
||||
|
||||
panel->typeP = WMCreatePopUpButton(panel->box);
|
||||
WMResizeWidget(panel->typeP, 150, 20);
|
||||
|
||||
Reference in New Issue
Block a user