reftests: Make window size not influence test

The test is supposed to definitely wrap, make sure it does.
This commit is contained in:
Benjamin Otte 2013-05-07 13:46:51 +02:00
parent a0aa367458
commit 19fcd12177
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="height_request">500</property>
<property name="width_request">500</property>
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>

View File

@ -2,6 +2,8 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="height_request">500</property>
<property name="width_request">500</property>
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
@ -194,6 +196,9 @@
<property name="position">3</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>