Skip to content
Snippets Groups Projects
Commit 953aa24b authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

show scrollbar only when needed. Fixes #7239

parent 647845e4
No related branches found
No related tags found
No related merge requests found
......@@ -1351,6 +1351,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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment