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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user