1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-21 19:03:31 +01:00

WPrefs: fix some truncated texts

This patch is fixing some text truncation in the ergonomic and
hot corner preference tabs.
This commit is contained in:
David Maciejak
2026-02-03 18:30:04 -05:00
committed by Carlos R. Mafra
parent ddf0b20367
commit 92e1e9fb0b
2 changed files with 4 additions and 4 deletions

View File

@@ -257,7 +257,7 @@ static void createPanel(Panel * p)
WMMoveWidget(panel->hcdescF, 15, 130);
panel->hcdescL = WMCreateLabel(panel->hcdescF);
WMResizeWidget(panel->hcdescL, 200, 60);
WMResizeWidget(panel->hcdescL, 200, 70);
WMMoveWidget(panel->hcdescL, 15, 10);
WMSetLabelText(panel->hcdescL,
_("Instructions:\n\n"