[gtk+] Fix animation-direction reftest



commit 1185b9b29cfcb0700a0ead34e595d8f1bb4f4a88
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 10 10:55:03 2014 -0400

    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.

 testsuite/reftests/animation-direction.ref.ui |    1 +
 testsuite/reftests/animation-direction.ui     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/testsuite/reftests/animation-direction.ref.ui b/testsuite/reftests/animation-direction.ref.ui
index 192012c..6d8dc7b 100644
--- a/testsuite/reftests/animation-direction.ref.ui
+++ b/testsuite/reftests/animation-direction.ref.ui
@@ -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>
diff --git a/testsuite/reftests/animation-direction.ui b/testsuite/reftests/animation-direction.ui
index 647449b..887dd1d 100644
--- a/testsuite/reftests/animation-direction.ui
+++ b/testsuite/reftests/animation-direction.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]