diff options
author | Josef Schauer <schauher@mur.at> | 2014-04-06 11:04:12 (GMT) |
---|---|---|
committer | Josef Schauer <schauher@mur.at> | 2014-04-06 11:04:12 (GMT) |
commit | d0ebcccbec3fc559b91b7fce14c8a8a01e4eea1c (patch) | |
tree | 2c45d2aef3c3c7c41333e6ccb671cea3951599e9 | |
parent | 6d2f16c2122b335e9ff3177605616f87e53733a3 (diff) |
positioning volume_sampler
-rwxr-xr-x | RHMixxx1280x800/skin.xml | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/RHMixxx1280x800/skin.xml b/RHMixxx1280x800/skin.xml index fd7ace6..a849cc6 100755 --- a/RHMixxx1280x800/skin.xml +++ b/RHMixxx1280x800/skin.xml @@ -664,7 +664,7 @@ WSearchLineEdit { background: #cfdee7; color: #000000; } --> <WidgetGroup> - <Pos>1220,623</Pos> + <Pos>1200,623</Pos> <Style>QGroupBox { border: 0px solid red; }</Style> <Children> <!-- MASTER CHANNEL --> @@ -673,7 +673,7 @@ WSearchLineEdit { background: #cfdee7; color: #000000; } <Style></Style> <PathVu>Volume_long_over.png</PathVu> <PathBack>Volume_long.png</PathBack> - <Pos>0,0</Pos> + <Pos>0,40</Pos> <PeakHoldSize>5</PeakHoldSize> <PeakHoldTime>500</PeakHoldTime> <PeakFallTime>50</PeakFallTime> @@ -687,7 +687,7 @@ WSearchLineEdit { background: #cfdee7; color: #000000; } <Style></Style> <PathVu>Volume_long_over.png</PathVu> <PathBack>Volume_long.png</PathBack> - <Pos>14,0</Pos> + <Pos>30,40</Pos> <PeakHoldSize>5</PeakHoldSize> <PeakHoldTime>500</PeakHoldTime> <PeakFallTime>50</PeakFallTime> @@ -699,13 +699,23 @@ WSearchLineEdit { background: #cfdee7; color: #000000; } <StatusLight> <Tooltip>Master Peak Indicator Indicates when the signal on the Master output is clipping, (too loud for the hardware and is being distorted). </Tooltip> <Style></Style> - <PathStatusLight>btn_clipping_master_over.png</PathStatusLight> + <PathStatusLight>clipping_long_over.png</PathStatusLight> <PathBack>btn_clipping_master.png</PathBack> <Pos>0,0</Pos> <Connection> <ConfigKey>[Master],PeakIndicator</ConfigKey> </Connection> </StatusLight> + <StatusLight> + <Tooltip>Master Peak Indicator Indicates when the signal on the Master output is clipping, (too loud for the hardware and is being distorted). </Tooltip> + <Style></Style> + <PathStatusLight>clipping_long_over.png</PathStatusLight> + <PathBack>btn_clipping_master.png</PathBack> + <Pos>30,0</Pos> + <Connection> + <ConfigKey>[Master],PeakIndicatorR</ConfigKey> + </Connection> + </StatusLight> </Children> </WidgetGroup> |