Skip to content

Commit

Permalink
LateNight: Decrease RateRange size (and font size)
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Mar 11, 2021
1 parent 63c2c4b commit 60616e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions res/skins/LateNight/decks/rate_controls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<!-- Rate slider + center indicator -->
<WidgetGroup>
<ObjectName>RateSliderBox</ObjectName>
<Size>56f,121f</Size>
<Size>54f,121f</Size>
<Children>
<Label>
<ObjectName>RateCenter</ObjectName>
Expand Down Expand Up @@ -155,7 +155,7 @@
<Channel><Variable name="ChanNum" /></Channel>
<Position>Top</Position>
<Display>range</Display>
<Size>20f,16f</Size>
<Size>18f,16f</Size>
<Pos>35,1</Pos>
</RateRange>
<!-- Bottom range limit + prefix -->
Expand All @@ -174,7 +174,7 @@
<Channel><Variable name="ChanNum" /></Channel>
<Position>Bottom</Position>
<Display>range</Display>
<Size>20f,16f</Size>
<Size>18f,16f</Size>
<Pos>35,99</Pos>
</RateRange>
</Children>
Expand Down
12 changes: 6 additions & 6 deletions res/skins/LateNight/decks/rate_controls_compact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<Children>

<WidgetGroup><!-- Rate slider + center indicator -->
<Size>56f,81f</Size>
<Size>54f,81f</Size>
<Children>
<Label>
<ObjectName>RateCenter</ObjectName>
Expand Down Expand Up @@ -159,7 +159,7 @@
<Channel><Variable name="ChanNum" /></Channel>
<Position>Top</Position>
<Display>range</Display>
<Size>20f,16f</Size>
<Size>18f,16f</Size>
<Pos>35,1</Pos>
</RateRange>
<!-- Bottom range limit + prefix -->
Expand All @@ -178,7 +178,7 @@
<Channel><Variable name="ChanNum" /></Channel>
<Position>Bottom</Position>
<Display>range</Display>
<Size>20f,16f</Size>
<Size>18f,16f</Size>
<Pos>35,65</Pos>
</RateRange>
</Children>
Expand All @@ -198,7 +198,7 @@
<Children>
<WidgetGroup><!-- Rate slider + center indicator -->
<ObjectName></ObjectName>
<Size>56f,97f</Size>
<Size>54f,97f</Size>
<Children>
<Label>
<ObjectName>RateCenter</ObjectName>
Expand Down Expand Up @@ -252,7 +252,7 @@
<Channel><Variable name="ChanNum" /></Channel>
<Position>Top</Position>
<Display>range</Display>
<Size>20f,16f</Size>
<Size>18f,16f</Size>
<Pos>35,1</Pos>
</RateRange>
<!-- Bottom range limit + prefix -->
Expand All @@ -271,7 +271,7 @@
<Channel><Variable name="ChanNum" /></Channel>
<Position>Bottom</Position>
<Display>range</Display>
<Size>20f,16f</Size>
<Size>18f,16f</Size>
<Pos>35,81</Pos>
</RateRange>
</Children>
Expand Down
5 changes: 2 additions & 3 deletions res/skins/LateNight/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,9 @@ WSpinny { /*
}

#RateDisplayTop, #RateDisplayBottom {
qproperty-alignment: 'AlignRight';
qproperty-alignment: 'AlignCenter';
color: #888;
font-size: 12px;
line-height: 10px;
font-size: 10px;
}

#BpmText,
Expand Down

0 comments on commit 60616e9

Please sign in to comment.