Skip to content

Commit

Permalink
LateNight: make size of rate slider match the SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Mar 11, 2021
1 parent 27f818d commit 01bc848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/skins/LateNight/decks/rate_controls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<Label>
<ObjectName>RateCenter</ObjectName>
<Size>5f,5f</Size>
<Pos>2,57</Pos>
<Pos>2,59</Pos>
<Connection>
<ConfigKey><Variable name="Group"/>,rate</ConfigKey>
<Transform><IsEqual>0.5</IsEqual></Transform>
Expand All @@ -116,7 +116,7 @@
</Label>
<SliderComposed>
<ObjectName>RateSlider</ObjectName>
<Size>40f,113f</Size>
<Size>40f,119f</Size>
<Pos>5,2</Pos>
<TooltipId>rate</TooltipId>
<Handle scalemode="STRETCH_ASPECT">skin:/<Variable name="SliderScheme"/>/sliders/knob_pitch_deck.svg</Handle>
Expand Down Expand Up @@ -166,7 +166,7 @@
<Position>Bottom</Position>
<Display>prefix</Display>
<Size>7f,16f</Size>
<Pos>3,99</Pos>
<Pos>3,105</Pos>
</RateRange>
<RateRange>
<TooltipId>rate_range_display</TooltipId>
Expand All @@ -175,7 +175,7 @@
<Position>Bottom</Position>
<Display>range</Display>
<Size>17f,16f</Size>
<Pos>35,99</Pos>
<Pos>35,105</Pos>
</RateRange>
</Children>
</WidgetGroup><!-- Pitch range indicators -->
Expand Down

0 comments on commit 01bc848

Please sign in to comment.