Fix animation-direction reftest

This was another victim of clipping changes - the labels were
overdrawing each other, leading to test failure. Prevent this
by separating the grid columns.
This commit is contained in:
Matthias Clasen 2014-08-10 10:55:03 -04:00
parent a07fc2f85d
commit 1185b9b29c
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="column_spacing">2</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>

View File

@ -9,6 +9,7 @@
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="column_spacing">2</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>