[gtk/wip/otte/reftests: 12/14] reftests: Fix grid-empty-with-spacing test



commit 86743bcec4133e87fbdc4f6742d279b670433614
Author: Benjamin Otte <otte redhat com>
Date:   Fri Mar 29 05:42:56 2019 +0100

    reftests: Fix grid-empty-with-spacing test
    
    Widgets are visible by default now, so make sure the ones that should be
    invisible are marked as such.

 testsuite/reftests/grid-empty-with-spacing.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/testsuite/reftests/grid-empty-with-spacing.ui b/testsuite/reftests/grid-empty-with-spacing.ui
index 3598fc71a5..23f0caaf6c 100644
--- a/testsuite/reftests/grid-empty-with-spacing.ui
+++ b/testsuite/reftests/grid-empty-with-spacing.ui
@@ -12,6 +12,7 @@
         <property name="column_spacing">5</property>
         <child>
           <object class="GtkLabel" id="label1">
+            <property name="visible">False</property>
             <property name="can_focus">False</property>
             <property name="label" translatable="yes">invisible</property>
           </object>


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