widget-factory: Avoid ugly resizing on map

The text view is resizing several times after the window is mapped.
Not setting a hscrollbar-policy of never avoids that, and a
scrollbar still doesn't appear. Magic
This commit is contained in:
Matthias Clasen 2014-04-12 20:46:17 -07:00
parent 8ccdd5b7cf
commit 2fab389930

View File

@ -1363,7 +1363,6 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
<property name="hscrollbar_policy">never</property>
<child>
<object class="GtkTextView" id="textview1">
<property name="visible">True</property>