Add a vertical scrollbar to the layoutlauncher - also make mouse wheel scrolling work.

This commit is contained in:
Stephen Boddy 2013-09-26 00:10:12 +02:00
parent f067e5355b
commit dc2a9d428a
1 changed files with 21 additions and 13 deletions

View File

@ -19,6 +19,12 @@
<property name="label_xalign">0</property>
<property name="label_yalign">0</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<child>
<object class="GtkTreeView" id="layoutlist">
<property name="width_request">150</property>
@ -42,6 +48,8 @@
</child>
</object>
</child>
</object>
</child>
<child type="label_item">
<placeholder/>
</child>