summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2020-11-14 20:03:48 +0100
committerronso0 <ronso0@mixxx.org>2020-11-14 20:03:48 +0100
commitaf3f29e262f412aa98096d766328f571e50c52a6 (patch)
tree1bd2c7255efb3a3ff8c4d9bb7cd905cefdb6ee8c /res
parentbcc210779bc5ae4298bd57b95d811f7ad0931098 (diff)
LateNight: disable 'highlight' connection from beat spinbox
Diffstat (limited to 'res')
-rw-r--r--res/skins/LateNight/decks/row_5_transportLoopJump.xml6
-rw-r--r--res/skins/LateNight/decks/row_5_transportLoopJump_compact.xml6
-rw-r--r--res/skins/LateNight/style_palemoon.qss12
3 files changed, 12 insertions, 12 deletions
diff --git a/res/skins/LateNight/decks/row_5_transportLoopJump.xml b/res/skins/LateNight/decks/row_5_transportLoopJump.xml
index 1045ac6e29..0dec3fa84e 100644
--- a/res/skins/LateNight/decks/row_5_transportLoopJump.xml
+++ b/res/skins/LateNight/decks/row_5_transportLoopJump.xml
@@ -247,10 +247,11 @@
<MinimumSize>46,26</MinimumSize>
<MaximumSize>72,26</MaximumSize>
<Value><Variable name="Group"/>,beatloop_size</Value>
+ <!-- disabled until 'highlight' property has been added to WBeatSpinBox / wbasewidget.
<Connection>
<ConfigKey><Variable name="Group"/>,track_loaded</ConfigKey>
<BindProperty>highlight</BindProperty>
- </Connection>
+ </Connection> -->
</BeatSpinBox>
</Children>
</WidgetGroup>
@@ -313,10 +314,11 @@
<MinimumSize>46,26</MinimumSize>
<MaximumSize>72,26</MaximumSize>
<Value><Variable name="Group"/>,beatjump_size</Value>
+ <!-- disabled until 'highlight' property has been added to WBeatSpinBox / wbasewidget.
<Connection>
<ConfigKey><Variable name="Group"/>,track_loaded</ConfigKey>
<BindProperty>highlight</BindProperty>
- </Connection>
+ </Connection> -->
</BeatSpinBox>
</Children>
</WidgetGroup>
diff --git a/res/skins/LateNight/decks/row_5_transportLoopJump_compact.xml b/res/skins/LateNight/decks/row_5_transportLoopJump_compact.xml
index 521eab522e..6c1c57a882 100644
--- a/res/skins/LateNight/decks/row_5_transportLoopJump_compact.xml
+++ b/res/skins/LateNight/decks/row_5_transportLoopJump_compact.xml
@@ -103,10 +103,11 @@
<MinimumSize>46,26</MinimumSize>
<MaximumSize>72,26</MaximumSize>
<Value><Variable name="Group"/>,beatloop_size</Value>
+ <!-- disabled until 'highlight' property has been added to WBeatSpinBox / wbasewidget.
<Connection>
<ConfigKey><Variable name="Group"/>,track_loaded</ConfigKey>
<BindProperty>highlight</BindProperty>
- </Connection>
+ </Connection> -->
</BeatSpinBox>
<WidgetGroup>
@@ -124,10 +125,11 @@
<Align>center</Align>
<Alignment>center</Alignment>
<Value><Variable name="Group"/>,beatjump_size</Value>
+ <!-- disabled until 'highlight' property has been added to WBeatSpinBox / wbasewidget.
<Connection>
<ConfigKey><Variable name="Group"/>,track_loaded</ConfigKey>
<BindProperty>highlight</BindProperty>
- </Connection>
+ </Connection> -->
</BeatSpinBox>
</Children>
<Connection>
diff --git a/res/skins/LateNight/style_palemoon.qss b/res/skins/LateNight/style_palemoon.qss
index 46bb6f3dbd..e1700f4e78 100644
--- a/res/skins/LateNight/style_palemoon.qss
+++ b/res/skins/LateNight/style_palemoon.qss
@@ -182,12 +182,7 @@ WSearchLineEdit {
#OverviewBoxMini[highlight="1"] {
background-color: #151515;
}
- WBeatSpinBox[highlight="0"] {
- background-color: #171719;
- }
- WBeatSpinBox[highlight="1"] {
- background-color: #121213;
- }
+
#KeyText,
#DeckSettingsContainer,
#DeckSettingsContainerCompact,
@@ -1252,7 +1247,8 @@ WEffectSelector,
color: #766b65;
}
- WBeatSpinBox, #spinBoxTransition {
+ WBeatSpinBox,
+ #spinBoxTransition {
color: #a7998b;
}
@@ -1566,7 +1562,7 @@ WPushButton#QuickEffectButton[displayValue="0"],
WPushButton#PlaySampler[displayValue="0"],
#MicAuxUnit WPushButton[displayValue="0"],
#MicDuckingContainer WPushButton[displayValue="0"],
-/* Beatsize up/down buttons */
+WBeatSpinBox,
WBeatSpinBox::up-button,
WBeatSpinBox::down-button {
background-color: #121213;