diff --git a/res/skins/LateNight/fx/parameter_button.xml b/res/skins/LateNight/fx/parameter_button.xml
index 275797f3d110..16281ed22d0b 100644
--- a/res/skins/LateNight/fx/parameter_button.xml
+++ b/res/skins/LateNight/fx/parameter_button.xml
@@ -52,25 +52,16 @@
1min,2f
-
- AlignBottom
- horizontal
+
+ FxButtonLabel
me,f
40,10
58,10
-
- 1me,0min
-
- FxButtonLabel
-
-
-
- center
-
- 1me,0min
-
-
-
+
+
+
+ center
+
diff --git a/res/skins/LateNight/fx/parameter_knob.xml b/res/skins/LateNight/fx/parameter_knob.xml
index 84ee2aa90875..7760d41e8228 100644
--- a/res/skins/LateNight/fx/parameter_knob.xml
+++ b/res/skins/LateNight/fx/parameter_knob.xml
@@ -45,25 +45,17 @@
-
- AlignBottom
- horizontal
+
+ FxKnobLabel
me,f
40,10
- 58,10
-
- 1me,0min
-
- FxKnobLabel
- 1
-
-
-
- center
-
- 1me,0min
-
-
+ 60,10
+ 1
+
+
+
+ right
+
FxLinkButtons
diff --git a/res/skins/LateNight/style.qss b/res/skins/LateNight/style.qss
index 6c7f63017357..9b3f8e959c76 100644
--- a/res/skins/LateNight/style.qss
+++ b/res/skins/LateNight/style.qss
@@ -191,6 +191,7 @@ WSearchLineEdit::item:selected,
#LatencyLabel {
font-size: 10px;
text-align: center;
+ qproperty-alignment: AlignCenter;
}
WPushButton,
@@ -285,13 +286,6 @@ WRecordingDuration {
text-align: right;
}
-#KnobLabel,
-#FxKnobLabel,
-#FxButtonLabel {
- qproperty-alignment: 'AlignLeft | AlignVCenter';
-}
-
-
WTrackTableViewHeader::item {
/* Don't set a font size to pick up the system font size. */
border-bottom: 1px solid #000;
diff --git a/res/skins/Tango/fx/parameter_knob.xml b/res/skins/Tango/fx/parameter_knob.xml
index c2950bf37349..7e671f7c353a 100644
--- a/res/skins/Tango/fx/parameter_knob.xml
+++ b/res/skins/Tango/fx/parameter_knob.xml
@@ -51,26 +51,17 @@ Variables:
-
+
+ FxParameterKnobName
42,12
51,12
me,f
- horizontal
-
-
- me,min
-
- FxParameterKnobName
- -1min,12f
-
-
-
-
- left
-
- me,min
-
-
+
+
+
+
+ right
+
diff --git a/res/skins/Tango/style.qss b/res/skins/Tango/style.qss
index b66d65bec089..d06c545acbf8 100644
--- a/res/skins/Tango/style.qss
+++ b/res/skins/Tango/style.qss
@@ -1901,7 +1901,7 @@ decks, samplers, mic, aux, fx */
margin-right: 1px;
}
#FxParameterKnobName {
- qproperty-alignment: 'AlignLeft | AlignTop';
+ qproperty-alignment: 'AlignHCenter | AlignTop';
font-size: 10px/10px;
font-weight: bold;
color: #999999;