diff --git a/res/skins/Deere/skin.xml b/res/skins/Deere/skin.xml
index bf916003bff2..f60b30b61dfa 100644
--- a/res/skins/Deere/skin.xml
+++ b/res/skins/Deere/skin.xml
@@ -65,7 +65,7 @@
Mixxx
-
+
1008me,550me
horizontal
diff --git a/res/skins/Deere/style-linux.qss b/res/skins/Deere/style-linux.qss
new file mode 100644
index 000000000000..dc9b968c9e72
--- /dev/null
+++ b/res/skins/Deere/style-linux.qss
@@ -0,0 +1,26 @@
+/*
+ Deere , Skin for Mixxx 2.1.xx
+ www.mixxx.org
+ Copyright (C) 2010-2015 RJ Ryan , S.Brandt
+ This file is part of the "Deere" Skin for Mixxx
+ "Deere" is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.
+ http://creativecommons.org/licenses/by-sa/3.0/
+
+ Mixxx skin documentation:
+ http://mixxx.org/wiki/doku.php/creating_skins
+
+ List of controls:
+ http://mixxx.org/wiki/doku.php/mixxxcontrols
+
+ Qt Style Sheets documentation:
+ http://doc.qt.io/qt-4.8/stylesheet-examples.html
+
+ This file only contains a hack to prevent effect names in effect selector list being cut off.
+
+*/
+
+ WEffectSelector QAbstractItemView {
+ color: #c1cabe;
+ background-color: #201f1f;
+ padding: 0px 0px 0px -5px;
+ }
diff --git a/res/skins/LateNight/skin.xml b/res/skins/LateNight/skin.xml
index 72a1fc12262b..c4b4bb844760 100644
--- a/res/skins/LateNight/skin.xml
+++ b/res/skins/LateNight/skin.xml
@@ -79,7 +79,7 @@
Mixxx
-
+
diff --git a/res/skins/LateNight/style-linux.qss b/res/skins/LateNight/style-linux.qss
new file mode 100644
index 000000000000..db39334d6e2e
--- /dev/null
+++ b/res/skins/LateNight/style-linux.qss
@@ -0,0 +1,15 @@
+/* LateNight 2.1
+ * hack to prevent effect names in effect selector list being cut off */
+
+ WEffectSelector QAbstractItemView {
+ width: 142px;
+ background-color: #0f0f0f;
+ /* padding-left: 6px; */
+ font-size: 12px/13px;
+ /* On Linux, this is not applied but font color from WEffectSelector
+ is inherited. For Windows, it must be defined here */
+ color: #cfb32c;
+ border: 1px solid #666;
+ border-radius: 2px;
+ padding: 0px 0px 0px -10px;
+ }
diff --git a/res/skins/Shade/skin.xml b/res/skins/Shade/skin.xml
index 2345b17a8052..e9812f5fd2de 100644
--- a/res/skins/Shade/skin.xml
+++ b/res/skins/Shade/skin.xml
@@ -211,7 +211,7 @@
-->
Mixxx
-
+
1008e,500e
vertical
diff --git a/res/skins/Shade/style-linux.qss b/res/skins/Shade/style-linux.qss
new file mode 100644
index 000000000000..b168204020c8
--- /dev/null
+++ b/res/skins/Shade/style-linux.qss
@@ -0,0 +1,11 @@
+/* Shade 2.1
+ * This file only contains a hack to prevent effect names in effect selector list being cut off. */
+WEffectSelector QAbstractItemView {
+ margin: 0px 0px 0px -30px;
+}
+
+/* just in case there is a partial checkmark shown on some untested screen, hide
+the checkmark */
+WEffectSelector::indicator {
+ border: 0;
+}
diff --git a/res/skins/Tango/style.qss b/res/skins/Tango/style.qss
index 6d24ddaaeeb0..76b90adb9baa 100644
--- a/res/skins/Tango/style.qss
+++ b/res/skins/Tango/style.qss
@@ -1548,8 +1548,8 @@ decks, samplers, mic, aux, fx */
/* tick mark frame */
WEffectSelector::indicator:checked {
/* This is sufficient to completely hide the tick mark,
- but this alone would show an empty, shadowed box instead of tick mark: */
- background-color: transparent;
+ but this alone would show an empty, shadowed box instead of tick mark:
+ background-color: transparent; */
/* This should decrease the tick mark's left & right margin but is not respected
margin: 0px -4px 0px -4px; */
/* This draws a border. And eliminates the tick mark...
@@ -1560,8 +1560,8 @@ decks, samplers, mic, aux, fx */
/* Image is rendered correctly but size of the tick mark containers
won't change. Also, only with this option the hover bg color defined
above will be applied... it's qt magic
- image: url(skin:/buttons/btn_fx_selector_tick.svg) no-repeat center center; */
- background: #0081B7;
+ image: url(skin:/buttons/btn_fx_selector_tick.svg) no-repeat center center;
+ background: #0081B7; */
}
#FxParametersLeft {