Skip to content
Snippets Groups Projects
Commit f31790fc authored by Bruce Cowan's avatar Bruce Cowan
Browse files

Make non-functional filters insensitive for now

parent 1a46572a
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,10 @@
<property name="can_focus">False</property>
<child>
<object class="GtkScrolledWindow">
<property name="height_request">400</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
<property name="height_request">400</property>
<child>
<object class="GtkListBox" id="listbox">
<property name="visible">True</property>
......@@ -102,6 +102,7 @@
<child>
<object class="GtkSwitch" id="tryfilter">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
</object>
<packing>
......@@ -112,6 +113,7 @@
<child>
<object class="GtkSwitch" id="kickfilter">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
</object>
<packing>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment