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-07 13:33:40 +00:00
committed by Carlos R. Mafra
parent ddf0b20367
commit 92e1e9fb0b
2 changed files with 4 additions and 4 deletions
+1 -1
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"