Remove pointless horizontal scrollbar from Layout Launcher

This commit is contained in:
Stephen Boddy 2015-02-25 18:47:26 +01:00
parent 66b14afb9e
commit 968da81414
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<object class="GtkScrolledWindow" id="scrolledwindow1"> <object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property> <property name="hscrollbar_policy">never</property>
<property name="vscrollbar_policy">automatic</property> <property name="vscrollbar_policy">automatic</property>
<child> <child>
<object class="GtkTreeView" id="layoutlist"> <object class="GtkTreeView" id="layoutlist">