forked from AuroraMiddleware/gtk
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:
parent
a07fc2f85d
commit
1185b9b29c
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user