hide verticale scrollbar in XML console, input field when not needed. Fixes #7239
This commit is contained in:
parent
10dd7630e0
commit
311671b149
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue