mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-10 18:45:47 +01:00
A few miscelaneous fixes
This commit is contained in:
@@ -163,7 +163,7 @@ createPanel(Panel *p)
|
||||
_Panel *panel = (_Panel*)p;
|
||||
|
||||
panel->box = WMCreateBox(panel->parent);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 2, 2);
|
||||
|
||||
panel->saveB = WMCreateCommandButton(panel->box);
|
||||
WMResizeWidget(panel->saveB, 154, 24);
|
||||
|
||||
Reference in New Issue
Block a user