summaryrefslogtreecommitdiffstats
path: root/res/skins/LateNight/mixer/channel_right.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/skins/LateNight/mixer/channel_right.xml')
-rw-r--r--res/skins/LateNight/mixer/channel_right.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/skins/LateNight/mixer/channel_right.xml b/res/skins/LateNight/mixer/channel_right.xml
index 88aa92ecbd..75357e30e9 100644
--- a/res/skins/LateNight/mixer/channel_right.xml
+++ b/res/skins/LateNight/mixer/channel_right.xml
@@ -59,6 +59,11 @@ vertical layout and a reversed side-by-side layout for two-deck mode -->
<Layout>vertical</Layout>
<Children>
+ <!-- In case an EQ/non-EQ effect has less than 3 knobs we need
+ center those vertically. This spacer and the one below knob 3
+ push Gain and QuickEffect etc. to the top/bottom -->
+ <WidgetGroup><Size>1min,0me</Size></WidgetGroup>
+
<Template src="skin:/mixer/eq_knob_right.xml">
<SetVariable name="EqParameter">3</SetVariable>
<SetVariable name="EqRange">High</SetVariable>
@@ -78,11 +83,11 @@ vertical layout and a reversed side-by-side layout for two-deck mode -->
<SetVariable name="EqRange">Low</SetVariable>
</Template>
- <WidgetGroup><Size>1min,2f</Size></WidgetGroup>
+ <WidgetGroup><Size>1min,2me</Size></WidgetGroup>
<Template src="skin:/mixer/quick_effect_knob_right.xml"/>
- <WidgetGroup><Size>0min,0me</Size></WidgetGroup>
+ <WidgetGroup><Size>0min,3f</Size></WidgetGroup>
</Children>
<Connection>
<ConfigKey>[Skin],show_eq_knobs</ConfigKey>