ultimatepp/uppsrc/ide/MacroManager/MacroManager.lay
klugier 519b5e4261 Ide: MacroManager now has help button to point to the documentation site.
git-svn-id: svn://ultimatepp.org/upp/trunk@15291 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-22 10:48:54 +00:00

8 lines
454 B
Text

LAYOUT(MacroManagerLayout, 708, 408)
ITEM(ParentCtrl, parent, HSizePosZ(4, 4).VSizePosZ(36, 36))
ITEM(Button, close, SetLabel(t_("Close")).RightPosZ(4, 72).BottomPosZ(4, 24))
ITEM(ToolBar, tool, HSizePosZ(4, 4).TopPosZ(4, 24))
ITEM(Ctrl, dv___3, SetFrame(BottomSeparatorFrame()).HSizePosZ(4, 4).TopPosZ(32, 2))
ITEM(Button, help, SetLabel(t_("?")).Tip(t_("Learn more about Macro manager..")).RightPosZ(80, 24).BottomPosZ(4, 24))
END_LAYOUT