From 15b720046bfbd77cceb05b2bfbfcd2ffdd2f63ab Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 4 Feb 2001 03:47:25 +0000 Subject: [PATCH] fixed a label to wrap. --- src/winspector.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/winspector.c b/src/winspector.c index 283f503f..e8cbb005 100644 --- a/src/winspector.c +++ b/src/winspector.c @@ -1321,8 +1321,9 @@ createInspectorForWindow(WWindow *wwin, int xpos, int ypos, WMMoveWidget(panel->specLbl, 15, 210); WMResizeWidget(panel->specLbl, frame_width, 100); WMSetLabelText(panel->specLbl, _(SPEC_TEXT)); + WMSetLabelWraps(panel->specLbl, True); - WMSetLabelTextAlignment(panel->specLbl, WACenter); + WMSetLabelTextAlignment(panel->specLbl, WALeft); /**** attributes ****/ panel->attrFrm = WMCreateFrame(panel->win);