1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

fixed a label to wrap.

This commit is contained in:
dan
2001-02-04 03:47:25 +00:00
parent 0502a80dc7
commit 15b720046b

View File

@@ -1321,8 +1321,9 @@ createInspectorForWindow(WWindow *wwin, int xpos, int ypos,
WMMoveWidget(panel->specLbl, 15, 210); WMMoveWidget(panel->specLbl, 15, 210);
WMResizeWidget(panel->specLbl, frame_width, 100); WMResizeWidget(panel->specLbl, frame_width, 100);
WMSetLabelText(panel->specLbl, _(SPEC_TEXT)); WMSetLabelText(panel->specLbl, _(SPEC_TEXT));
WMSetLabelWraps(panel->specLbl, True);
WMSetLabelTextAlignment(panel->specLbl, WACenter); WMSetLabelTextAlignment(panel->specLbl, WALeft);
/**** attributes ****/ /**** attributes ****/
panel->attrFrm = WMCreateFrame(panel->win); panel->attrFrm = WMCreateFrame(panel->win);