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

hide verticale scrollbar in XML console, input field when not needed. Fixes #7239

parent 10dd7630
No related branches found
No related tags found
No related merge requests found
......@@ -222,8 +222,9 @@
<object class="GtkScrolledWindow" id="scrolledwindow42">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
<property name="hscrollbar_policy">never</property>
<property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkTextView" id="input_textview">
<property name="height_request">120</property>
......
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