mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
A few miscelaneous fixes
This commit is contained in:
@@ -468,7 +468,7 @@ createPanel(_Panel *p)
|
||||
}
|
||||
|
||||
panel->box = WMCreateBox(panel->parent);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 2, 2);
|
||||
|
||||
panel->typeP = WMCreatePopUpButton(panel->box);
|
||||
WMResizeWidget(panel->typeP, 150, 20);
|
||||
@@ -628,7 +628,7 @@ createPanel(_Panel *p)
|
||||
}
|
||||
|
||||
|
||||
width = FRAME_WIDTH - 20 - 150 - 10;
|
||||
width = FRAME_WIDTH - 20 - 150 - 10 - 2;
|
||||
|
||||
panel->optionsF = WMCreateFrame(panel->box);
|
||||
WMResizeWidget(panel->optionsF, width, FRAME_HEIGHT - 15);
|
||||
|
||||
Reference in New Issue
Block a user