mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Add scrollbar to macro commands list
This commit is contained in:
parent
25b5953c9f
commit
583c540995
2 changed files with 7 additions and 7 deletions
|
@ -405,12 +405,12 @@
|
|||
onclick_l="new_macro_new_cmd" />
|
||||
|
||||
|
||||
<group id="cmds" type="list" posref="BR TR" posparent="sep" x="0" y="-22" over="true" >
|
||||
<!--
|
||||
<instance template="macro_command" id="cmd1" posref="TL TL" />
|
||||
<instance template="macro_command" id="cmd2" posparent="cmd1" posref="BL TL" />
|
||||
-->
|
||||
<group id="cmds" x="0" y="-22" over="true" sizeref="w" posref="TL TL" posparent="sep" child_resize_h="true" child_resize_hmargin="4">
|
||||
<group id="macros" x="10" y="-4" sizeref="w" posref="TL TL" child_resize_h="true" max_h="300" >
|
||||
<group id="list" type="list" x="0" y="0" posref="TL TL" />
|
||||
</group>
|
||||
<ctrl style="skin_scroll" id="sv" posref="TL TL" y="-4" target="macros" />
|
||||
</group>
|
||||
|
||||
<instance template="button_ok_cancel" posparent="cmds" posref="BR TR" x="0" y="-4"
|
||||
onclick_ok="new_macro_ok"
|
||||
|
|
|
@ -182,7 +182,7 @@ private:
|
|||
#define NEWMACRO_TITLE_EDIT "uiEditMacro"
|
||||
#define CTRL_NEWMACRO_ICON "ui:interface:new_macro:content:icon"
|
||||
#define GROUP_NEWMACRO_EDIT_NAME "ui:interface:new_macro:content:edit_name"
|
||||
#define GROUP_NEWMACRO_COMMANDS "ui:interface:new_macro:content:cmds"
|
||||
#define GROUP_NEWMACRO_COMMANDS "ui:interface:new_macro:content:cmds:macros:list"
|
||||
#define VIEW_NEWMACRO_KEY "ui:interface:new_macro:content:macro_key"
|
||||
#define TEMPLATE_NEWMACRO_COMMAND "macro_command"
|
||||
#define TEMPLATE_NEWMACRO_COMMAND_TEXT "macro_name"
|
||||
|
|
Loading…
Reference in a new issue