Fix the textview-margins reftest

This test has a word that wouldn't fit in the room we have with
a window width of 100, and then we get clipped in the one case
but not the other. Make the window a little wider, so it fits.
This commit is contained in:
Matthias Clasen 2016-03-11 16:46:52 -05:00
parent 2f4f164078
commit e44a87fe94
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@
<object class="GtkWindow" id="window">
<property name="can_focus">False</property>
<property name="type">popup</property>
<property name="default_width">100</property>
<property name="default_width">106</property>
<property name="resizable">0</property>
<child>
<object class="GtkTextView" id="textview1">
<property name="visible">True</property>

View File

@ -8,7 +8,8 @@
<object class="GtkWindow" id="window">
<property name="can_focus">False</property>
<property name="type">popup</property>
<property name="default_width">100</property>
<property name="default_width">106</property>
<property name="resizable">0</property>
<child>
<object class="GtkTextView" id="textview1">
<property name="visible">True</property>