diff options
Diffstat (limited to 'testsuite/reftests/actionbar.ui')
-rw-r--r-- | testsuite/reftests/actionbar.ui | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testsuite/reftests/actionbar.ui b/testsuite/reftests/actionbar.ui index 2071b50020..064d90e143 100644 --- a/testsuite/reftests/actionbar.ui +++ b/testsuite/reftests/actionbar.ui @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <interface> <object class="GtkWindow" id="window1"> <property name="type">popup</property> @@ -7,13 +8,11 @@ <object class="GtkButton"> <property name="label">1</property> </object> - <packing/> </child> <child type="start"> <object class="GtkButton"> <property name="label">2</property> </object> - <packing/> </child> <child type="center"> <object class="GtkButton"> @@ -24,13 +23,11 @@ <object class="GtkButton"> <property name="label">1</property> </object> - <packing/> </child> <child type="end"> <object class="GtkButton"> <property name="label">2</property> </object> - <packing/> </child> </object> </child> |