summaryrefslogtreecommitdiffstats
path: root/res/skins/LateNight/style.qss
diff options
context:
space:
mode:
Diffstat (limited to 'res/skins/LateNight/style.qss')
-rw-r--r--res/skins/LateNight/style.qss62
1 files changed, 38 insertions, 24 deletions
diff --git a/res/skins/LateNight/style.qss b/res/skins/LateNight/style.qss
index c8257c4527..df825ac778 100644
--- a/res/skins/LateNight/style.qss
+++ b/res/skins/LateNight/style.qss
@@ -6,14 +6,12 @@ WEffect,
WEffectSelector,
WKey,
WLabel, WLibrary QLabel,
-WNumber,
-WNumberPos,
-WPushButton, WLibrary QPushButton,
+WNumber, WNumberPos,
+WPushButton, WLibrary QPushButton, WLibrary QRadioButton,
WRecordingDuration,
WTime,
WTrackText,
WTrackProperty,
-WBeatSpinBox,
QSpinBox,
WLibrary QHeaderView,
WLibrary QHeaderView::item,
@@ -30,8 +28,7 @@ WBeatSpinBox, #spinBoxTransition,
WEffectSelector,
WEffectSelector QAbstractScrollArea,
#fadeModeCombobox,
-#fadeModeCombobox QAbstractScrollArea,
-WLibrary QRadioButton {
+#fadeModeCombobox QAbstractScrollArea {
font-family: "Open Sans";
font-weight: 500; /* semi-bold */
font-style: normal;
@@ -122,7 +119,7 @@ WPushButton, WLibrary QPushButton,
#SamplerTitleMini,
#EQKillButton,
#RateText,
-#SamplerBPM,
+#SamplerBpmMini,
#PreviewBPM,
WLibrary QRadioButton {
font-size: 12px;
@@ -140,28 +137,29 @@ WEffectSelector QAbstractScrollArea,
#SkinSettingsButton,
#SkinSettingsNumToggle,
#SkinSettingsMixerToggle,
-#SkinSettingsText {
+#SkinSettingsText {
font-size: 13px;
}
#PlayPositionTextSmall,
-#SamplerTitleMini,
+#SamplerTitleMini, #SamplerBpm,
#MicAuxLabel, #MicAuxLabelUnconfigured,
#PreviewTitle,
#PreviewLabel,
WBeatSpinBox,
-#spinBoxTransition,
-WTime {
+#spinBoxTransition {
font-size: 14px;
- text-align: left;
}
#TitleTextSmall,
#ArtistTextSmall,
#PlayPositionText,
-#BpmText, #BpmTextSmall,
+#BpmText,
+#BpmTextSmall,
#FxUnitLabel,
-#SamplerTitle {
+#SamplerTitle,
+WTime,
+WRecordingDuration {
font-size: 16px;
}
@@ -176,19 +174,32 @@ WTime {
font-size: 18px;
}
+#PlayPositionTextSmall,
+#SamplerTitle,
+#SamplerTitleMini,
+#MicAuxLabel,
+#MicAuxLabelUnconfigured,
+#PreviewTitle,
+#PreviewLabel,
+WBeatSpinBox,
+#spinBoxTransition {
+ text-align: left;
+}
+
#RateText,
#MicAuxLabel,
#PreviewBPM,
-WBeatSpinBox, #spinBoxTransition {
+WBeatSpinBox,
+#spinBoxTransition {
text-align: center;
-}
-WBeatSpinBox, #spinBoxTransition {
- qproperty-alignment: 'AlignHCenter';
-}
+ }
+ WBeatSpinBox,#spinBoxTransition {
+ qproperty-alignment: 'AlignHCenter';
+ }
-#SamplerTitle,
-#SamplerTitleMini {
- text-align: left;
+#SamplerBpm,
+#SamplerBpmMini {
+ text-align: right;
}
#KnobLabel,
@@ -419,7 +430,10 @@ WSpinny { /*
#MasterControls,
#HeadphoneControls {
qproperty-layoutAlignment: 'AlignHCenter | AlignVCenter';
- }
+ }
+ #BoothLabelBox {
+ qproperty-layoutAlignment: 'AlignLeft | AlignBottom';
+ }
#MasterHeadphoneSeparator {
}
@@ -569,7 +583,7 @@ WEffectSelector {
}
#SamplerPitchSlider {
- qproperty-layoutAlignment: 'AlignRight | AlignBottom';
+ qproperty-layoutAlignment: 'AlignRight | AlignVCenter';
}
/************** Samplers *****************************************************/