mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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:
committed by
Carlos R. Mafra
parent
a215869067
commit
5f18f60fd2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user