[gtk] reftests: Fix grid-spacing2 test



commit e861b0d6c1110b15ffc620b30d67b3f57de05291
Author: Benjamin Otte <otte redhat com>
Date:   Fri Mar 29 05:40:08 2019 +0100

    reftests: Fix grid-spacing2 test
    
    The expand flag needs to be set on widgets when previously it was a
    packing property.

 testsuite/reftests/grid-spacing2.ref.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/testsuite/reftests/grid-spacing2.ref.ui b/testsuite/reftests/grid-spacing2.ref.ui
index 52289de98c..df79827b50 100644
--- a/testsuite/reftests/grid-spacing2.ref.ui
+++ b/testsuite/reftests/grid-spacing2.ref.ui
@@ -76,6 +76,7 @@
               <object class="GtkLabel" id="b">
                 <property name="visible">True</property>
                 <property name="label">B</property>
+                <property name="vexpand">1</property>
               </object>
             </child>
             <child>


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