diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-21 03:23:45 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-21 03:23:45 -0400 |
commit | fdee6c22cfd98133a26aa0695c57d901633ff937 (patch) | |
tree | 9be157e73a0a4cba542497fc1d60f6502d5579b3 | |
parent | 4988db95bc7c94865ba4fd55218b982efb216e81 (diff) | |
download | abaddon-portaudio-fdee6c22cfd98133a26aa0695c57d901633ff937.tar.gz abaddon-portaudio-fdee6c22cfd98133a26aa0695c57d901633ff937.zip |
channel list: hide expanders and search
-rw-r--r-- | components/channels.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/channels.cpp b/components/channels.cpp index f6c5d32..de98463 100644 --- a/components/channels.cpp +++ b/components/channels.cpp @@ -45,6 +45,8 @@ ChannelList::ChannelList() m_view.set_hexpand(true); m_view.set_vexpand(true); + m_view.set_show_expanders(false); + m_view.set_enable_search(false); m_view.set_headers_visible(false); m_view.set_model(m_model); m_model->set_sort_column(m_columns.m_sort, Gtk::SORT_ASCENDING); |