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