-
Notifications
You must be signed in to change notification settings - Fork 0
/
effect_chain_group_control_button.xml
24 lines (24 loc) · 1.21 KB
/
effect_chain_group_control_button.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE template>
<!--
Description:
An effect group control button.
Variables:
group_name: The text to show on the button.
group_group: The group to enable the effect chain for.
-->
<Template>
<Template src="skin:left_2state_button.xml">
<SetVariable name="TooltipId">EffectUnit_group_enabled</SetVariable>
<SetVariable name="ObjectName">EffectChainGroupControlButton</SetVariable>
<SetVariable name="MinimumSize"><Variable name="SmallWideButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="SmallWideButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="SmallWideButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_pressed"></SetVariable>
<SetVariable name="state_0_unpressed"></SetVariable>
<SetVariable name="state_0_text"><Variable name="group_name"/></SetVariable>
<SetVariable name="state_1_pressed"></SetVariable>
<SetVariable name="state_1_unpressed"></SetVariable>
<SetVariable name="state_1_text"><Variable name="group_name"/></SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,group_<Variable name="group_group"/>_enable</SetVariable>
</Template>
</Template>