Remove pointless horizontal scrollbar from Layout Launcher

This commit is contained in:
Stephen Boddy 2015-02-25 18:47:29 +01:00
parent 2334a41a08
commit a8822e9da4
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">