show scrollbar only when needed. Fixes #7239

This commit is contained in:
Yann Leboulanger 2013-08-16 09:25:07 +02:00
parent 0e6fdb181f
commit 218892ee97
1 changed files with 2 additions and 0 deletions

View File

@ -1546,6 +1546,8 @@ $T will be replaced by auto-not-available timeout</property>
<object class="GtkScrolledWindow" id="scrolledwindow22">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkTreeView" id="msg_treeview">