mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
- fixed a frame size in WPrefs menu editor
- removed // comments - commented out printfs in unfinished selection code
This commit is contained in:
@@ -731,7 +731,7 @@ createPanel(_Panel *p)
|
||||
/* pipe */
|
||||
|
||||
panel->pipeF = WMCreateFrame(panel->optionsF);
|
||||
WMResizeWidget(panel->pipeF, width, 150);
|
||||
WMResizeWidget(panel->pipeF, width, 155);
|
||||
WMMoveWidget(panel->pipeF, 10, 30);
|
||||
WMSetFrameTitle(panel->pipeF, _("Command"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user