[gtk] reftests: Fix actionbar test
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] reftests: Fix actionbar test
- Date: Fri, 29 Mar 2019 08:58:32 +0000 (UTC)
commit 7cc5e51a92a8e688088a303a15853e1efb258776
Author: Benjamin Otte <otte redhat com>
Date: Wed Mar 27 04:36:15 2019 +0100
reftests: Fix actionbar test
Boxes have no pack-type anymore.
testsuite/reftests/actionbar.ref.ui | 47 +++++++++++++++++++++++--------------
1 file changed, 30 insertions(+), 17 deletions(-)
---
diff --git a/testsuite/reftests/actionbar.ref.ui b/testsuite/reftests/actionbar.ref.ui
index 6be3d79b30..29297984ea 100644
--- a/testsuite/reftests/actionbar.ref.ui
+++ b/testsuite/reftests/actionbar.ref.ui
@@ -3,16 +3,23 @@
<property name="type">popup</property>
<child>
<object class="GtkBox">
- <property name="spacing">6</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
<child>
- <object class="GtkButton">
- <property name="label">1</property>
- </object>
- </child>
- <child>
- <object class="GtkButton">
- <property name="label">2</property>
- </object>
+ <object class="GtkBox">
+ <child>
+ <object class="GtkButton">
+ <property name="visible">True</property>
+ <property name="label">1</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton">
+ <property name="visible">True</property>
+ <property name="label">2</property>
+ </object>
+ </child>
+ </object>
</child>
<child>
<object class="GtkButton">
@@ -20,14 +27,20 @@
</object>
</child>
<child>
- <object class="GtkButton">
- <property name="label">1</property>
- </object>
- </child>
- <child>
- <object class="GtkButton">
- <property name="label">2</property>
- </object>
+ <object class="GtkBox">
+ <child>
+ <object class="GtkButton">
+ <property name="visible">True</property>
+ <property name="label">2</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton">
+ <property name="visible">True</property>
+ <property name="label">1</property>
+ </object>
+ </child>
+ </object>
</child>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]