1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +01:00

- Fixed aspect of window list menu (window name was too close to workspace

indicator)
- Fixed menu panel in WPrefs.app. Explanatory text did not fit into the label
This commit is contained in:
dan
2003-07-01 23:00:25 +00:00
parent 396b011610
commit b0d72a3db2
4 changed files with 11 additions and 10 deletions

View File

@@ -887,13 +887,11 @@ createPanel(_Panel *p)
WMMoveWidget(panel->quickB, 10, 120);
WMSetButtonText(panel->quickB, _("Do not confirm action."));
WMSetButtonAction(panel->quickB, buttonClicked, panel);
label = WMCreateLabel(panel->optionsF);
WMResizeWidget(label, width - 10, FRAME_HEIGHT - 50);
WMMoveWidget(label, 10, 20);
WMResizeWidget(label, width+5, FRAME_HEIGHT - 50);
WMMoveWidget(label, 7, 20);
WMSetLabelText(label,
_("Instructions:\n\n"
" - drag items from the left to the menu to add new items\n"