diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-20 22:32:15 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-20 22:32:15 +0200 |
commit | a1941182f4def8815da2d28d6296033d21821852 (patch) | |
tree | 681bcd38c1af54b7be6b2909db05966f0e211f2d /plugingui | |
parent | 25ac09f7ee1c7c6c9b1360c1d92eb3fb2ee4a3b0 (diff) |
Set "Apply" button to be disabled on first GUI opening.
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/diskstreamingframecontent.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/diskstreamingframecontent.cc b/plugingui/diskstreamingframecontent.cc index b4c2c7c..468cc7c 100644 --- a/plugingui/diskstreamingframecontent.cc +++ b/plugingui/diskstreamingframecontent.cc @@ -84,6 +84,8 @@ void DiskstreamingframeContent::resize(std::size_t width, std::size_t height) slider.resize(slider_width, 15); button.resize(button_width, 30); label_size.resize(slider_width, 15); + + button.setEnabled(false); } void DiskstreamingframeContent::limitSettingsValueChanged(std::size_t value) |