aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--filter/filter.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/filter.glade b/filter/filter.glade
index 1c02f13dcc..9bd4eaa72d 100644
--- a/filter/filter.glade
+++ b/filter/filter.glade
@@ -120,9 +120,9 @@
<child>
<widget class="GtkTreeView" id="rule_list">
<property name="visible">True</property>
- <property name="headers_visible">True</property>
+ <property name="headers_visible">False</property>
<property name="rules_hint">False</property>
- <property name="reorderable">False</property>
+ <property name="reorderable">True</property>
<property name="enable_search">True</property>
</widget>
</child>