1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

WPrefs: increased open submenu label size

Give more space for the open submenu label to be displayed properly
This commit is contained in:
David Maciejak
2020-03-27 23:10:31 +08:00
committed by Carlos R. Mafra
parent a215869067
commit 5f18f60fd2

View File

@@ -614,7 +614,7 @@ static void createPanel(_Panel * p)
WMAddNotificationObserver(dataChanged, panel, WMTextDidChangeNotification, panel->pathT);
label = WMCreateLabel(panel->pathF);
WMResizeWidget(label, width - 20, 80);
WMResizeWidget(label, width - 20, 90);
WMMoveWidget(label, 10, 50);
WMSetLabelText(label, _("Enter the path for a file containing a menu\n"
"or a list of directories with the programs you\n"