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:
committed by
Carlos R. Mafra
parent
ddf0b20367
commit
92e1e9fb0b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user