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.qss6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/skins/LateNight/style.qss b/res/skins/LateNight/style.qss
index 0f5f971287..3b67a6038f 100644
--- a/res/skins/LateNight/style.qss
+++ b/res/skins/LateNight/style.qss
@@ -107,6 +107,7 @@ QLabel#labelRecStatistics {
#KnobLabel,
#FxKnobLabel,
#FxButtonLabel,
+#RateRangeText,
#LatencyLabel {
font-size: 10px;
text-align: center;
@@ -119,6 +120,7 @@ WPushButton,
font-size: 11px;
}
+#RateRangePrefix,
#RecDuration[highlight="2"],
#SamplerTitleMini,
#EQKillButton,
@@ -330,7 +332,9 @@ WSpinny { /*
}
#BpmText,
-#RateText {
+#RateText,
+#RateRangePrefix,
+#RateRangeText {
qproperty-alignment: 'AlignCenter';
}