Skip to content
Snippets Groups Projects
Commit f81c4ca0 authored by jimpp's avatar jimpp
Browse files

ACE win : hscrollbar_policy->GTK_POLICY_NEVER. See #2916. (3.)

(problem occured with big fonts)
parent a8eeb56c
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@
<widget class="GtkScrolledWindow" id="scrolledwindow36">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</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