Skip to content

Commit

Permalink
LateNight: restore pitch slider size (unblur), adjust rate range size…
Browse files Browse the repository at this point in the history
… & color
  • Loading branch information
ronso0 committed Mar 12, 2021
1 parent 60616e9 commit c2550a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 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,16 +116,16 @@
</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>
<Slider scalemode="STRETCH_ASPECT">skin:/<Variable name="SliderScheme"/>/sliders/slider_pitch_deck.svg</Slider>
<Horizontal>false</Horizontal>
<BarWidth><Variable name="BarWidth"/></BarWidth>
<BarMargins><Variable name="BarMarginPitch"/></BarMargins>
<BarColor><Variable name="BarColorPitch"/>
</BarColor><BarRoundCaps>true</BarRoundCaps>
<BarColor><Variable name="BarColorPitch"/></BarColor>
<BarRoundCaps>true</BarRoundCaps>
<BarAxisPos>20.0</BarAxisPos>
<BarUnipolar>false</BarUnipolar>
<Connection>
Expand Down
12 changes: 5 additions & 7 deletions res/skins/LateNight/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ QLabel#labelRecStatistics {
#KnobLabel,
#FxKnobLabel,
#FxButtonLabel,
#RateRangeText,
#LatencyLabel {
font-size: 10px;
text-align: center;
Expand All @@ -119,6 +120,7 @@ WPushButton,
font-size: 11px;
}

#RateRangePrefix,
#RecDuration[highlight="2"],
#SamplerTitleMini,
#EQKillButton,
Expand Down Expand Up @@ -329,14 +331,10 @@ WSpinny { /*
background: none;*/
}

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

#BpmText,
#RateText {
#RateText,
#RateRangePrefix,
#RateRangeText {
qproperty-alignment: 'AlignCenter';
}

Expand Down
5 changes: 1 addition & 4 deletions res/skins/LateNight/style_classic.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1089,10 +1089,7 @@ WTrackMenu QMenu QCheckBox,
color: #0795b5;
}

/* Grey. default for all deck labels */
#PlayPositionText, #PlayPositionTextSmall,
#DurationText, #RateText,
#KeyText, #KeyTextSmall,
/* Grey */
#PreviewLabel,
WEffectSelector, WEffectSelector QAbstractScrollArea,
#fadeModeCombobox, #fadeModeCombobox QAbstractScrollArea,
Expand Down
3 changes: 2 additions & 1 deletion res/skins/LateNight/style_palemoon.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,8 @@ WEffectSelector,

/* Grey. default for all deck labels */
#PlayPositionText, #PlayPositionTextSmall,
#DurationText, #RateText,
#DurationText,
#RateText, #RateRangePrefix, #RateRangeText,
#MixerMasterHeadphone #FxAssignButtons WPushButton[displayValue="0"],
#PreviewLabel,
WEffectSelector QAbstractScrollArea,
Expand Down

0 comments on commit c2550a2

Please sign in to comment.