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

fixed an truncated word in a label (not enough width)

This commit is contained in:
dan
2001-01-11 03:02:31 +00:00
parent 7d88519c75
commit 017f3e5e4f

View File

@@ -843,7 +843,7 @@ createPanel(_Panel *p)
label = WMCreateLabel(panel->optionsF);
WMResizeWidget(label, width - 20, FRAME_HEIGHT - 50);
WMResizeWidget(label, width - 10, FRAME_HEIGHT - 50);
WMMoveWidget(label, 10, 20);
WMSetLabelText(label,
_("Instructions:\n\n"