summaryrefslogtreecommitdiff
path: root/plugingui/diskstreamingframecontent.cc
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-21 08:55:00 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-21 08:55:00 +0200
commit07b5f422e7d5172992127feca05a1cf1a551dab5 (patch)
tree8c247c3c3b77b806e5d22c0ad4bba9ff7bf5b037 /plugingui/diskstreamingframecontent.cc
parent46e70f2177976c3a9fe31b4a9ff28d47b018ca3b (diff)
Change the slider color to grey when "unlimited".
Included a new slider texture for that.
Diffstat (limited to 'plugingui/diskstreamingframecontent.cc')
-rw-r--r--plugingui/diskstreamingframecontent.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/diskstreamingframecontent.cc b/plugingui/diskstreamingframecontent.cc
index 468cc7c..e423538 100644
--- a/plugingui/diskstreamingframecontent.cc
+++ b/plugingui/diskstreamingframecontent.cc
@@ -100,7 +100,7 @@ void DiskstreamingframeContent::limitSettingsValueChanged(std::size_t value)
}
else {
label_size.setText("Unlimited");
- slider.setColour(Slider::Colour::Green);
+ slider.setColour(Slider::Colour::Grey);
}
button.setEnabled(true);