mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 05:44:11 +01:00
A few miscelaneous fixes
This commit is contained in:
@@ -250,7 +250,7 @@ createPanel(Panel *p)
|
||||
panel->font = WMSystemFontOfSize(scr, 12);
|
||||
|
||||
panel->box = WMCreateBox(panel->parent);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 2, 2);
|
||||
|
||||
|
||||
panel->tabv = WMCreateTabView(panel->box);
|
||||
|
||||
Reference in New Issue
Block a user