summaryrefslogtreecommitdiffstats
path: root/res/skins/Tango/fx_unit_left_mini.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/skins/Tango/fx_unit_left_mini.xml')
-rw-r--r--res/skins/Tango/fx_unit_left_mini.xml75
1 files changed, 10 insertions, 65 deletions
diff --git a/res/skins/Tango/fx_unit_left_mini.xml b/res/skins/Tango/fx_unit_left_mini.xml
index d9ca7ada86..037edea26f 100644
--- a/res/skins/Tango/fx_unit_left_mini.xml
+++ b/res/skins/Tango/fx_unit_left_mini.xml
@@ -244,77 +244,22 @@ Variables:
</Children>
</WidgetGroup><!-- /Headphone + Super + Wet/Dry + FX label + expand toggle -->
- <WidgetGroup><!-- FX expand button + FX label -->
+ <WidgetGroup><!-- FX label + FX expand button -->
<ObjectName>FxUnitControls</ObjectName>
- <Layout>vertical</Layout>
+ <Layout>stacked</Layout>
<Size>30f,30f</Size>
<Children>
+ <Template src="skin:button_2state_persist.xml">
+ <SetVariable name="ObjectName">FxMiniMaxi</SetVariable>
+ <SetVariable name="TooltipId">EffectUnit_show_parameters</SetVariable>
+ <SetVariable name="Size">30f,30f</SetVariable>
+ <SetVariable name="ConfigKey">[<Variable name="FxRack_FxUnit"/>],show_parameters</SetVariable>
+ </Template>
<Label>
<ObjectName>FxUnitLabel</ObjectName>
- <Size>28f,15f</Size>
- <Text>FX&#8202;<Variable name="FxUnit"/></Text>
- <Alignment>right</Alignment>
+ <Size>30f,15f</Size>
+ <Text>&#8201;FX&#8202;<Variable name="FxUnit"/></Text>
</Label>
-
- <WidgetGroup><!-- normal FX expand button -->
- <Layout>vertical</Layout>
- <Children>
- <Template src="skin:button_2state_persist.xml">
- <SetVariable name="ObjectName">FxSamplersMiniMaxi</SetVariable>
- <SetVariable name="TooltipId">EffectUnit_show_parameters</SetVariable>
- <SetVariable name="Size">26min,15f</SetVariable>
- <SetVariable name="ConfigKey">[<Variable name="FxRack_FxUnit"/>],show_parameters</SetVariable>
- </Template>
- </Children>
- <Connection>
- <ConfigKey>[<Variable name="FxRack_FxUnit"/>],show_focus</ConfigKey>
- <Transform><Not/></Transform>
- <BindProperty>visible</BindProperty>
- </Connection>
- </WidgetGroup><!-- /normal FX expand button -->
-
- <WidgetGroup><!-- FX expand button when focus is shown -->
- <Layout>vertical</Layout>
- <Children>
- <WidgetGroup><!-- when no effect is focused -->
- <Layout>vertical</Layout>
- <Children>
- <Template src="skin:button_2state_persist.xml">
- <SetVariable name="ObjectName">FxSamplersMiniMaxi</SetVariable>
- <SetVariable name="TooltipId">EffectUnit_show_parameters</SetVariable>
- <SetVariable name="Size">26min,15f</SetVariable>
- <SetVariable name="ConfigKey">[<Variable name="FxRack_FxUnit"/>],show_parameters</SetVariable>
- </Template>
- </Children>
- <Connection>
- <ConfigKey>[<Variable name="FxRack_FxUnit"/>],focused_effect</ConfigKey>
- <Transform><IsEqual>0</IsEqual></Transform>
- <BindProperty>visible</BindProperty>
- </Connection>
- </WidgetGroup>
-
- <WidgetGroup><!-- when any effect is focused -->
- <Layout>vertical</Layout>
- <Children>
- <Template src="skin:button_2state_persist.xml">
- <SetVariable name="ObjectName">FxSamplersMiniMaxi_Focus</SetVariable>
- <SetVariable name="TooltipId">EffectUnit_show_parameters</SetVariable>
- <SetVariable name="Size">26min,15f</SetVariable>
- <SetVariable name="ConfigKey">[<Variable name="FxRack_FxUnit"/>],show_parameters</SetVariable>
- </Template>
- </Children>
- <Connection>
- <ConfigKey>[<Variable name="FxRack_FxUnit"/>],focused_effect</ConfigKey>
- <Transform><IsEqual>0</IsEqual><Not/></Transform>
- <BindProperty>visible</BindProperty>
- </Connection>
- </WidgetGroup>
- </Children>
- <Connection>
- <ConfigKey>[<Variable name="FxRack_FxUnit"/>],show_focus</ConfigKey>
- <BindProperty>visible</BindProperty>
- </Connection>
- </WidgetGroup><!-- /FX expand button when focus is shown -->
</Children>
</WidgetGroup><!-- /FX label + FX expand button -->