forked from AuroraMiddleware/gtk
reftests: Fix the background-origin test
This was broken when I accidentally removed one of the buttons.
This commit is contained in:
parent
01df133401
commit
e60ea00e8b
@ -6,6 +6,10 @@
|
|||||||
<object class="GtkBox" id="box1">
|
<object class="GtkBox" id="box1">
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
<property name="spacing">5</property>
|
<property name="spacing">5</property>
|
||||||
|
<property name="margin-top">5</property>
|
||||||
|
<property name="margin-bottom">5</property>
|
||||||
|
<property name="margin-start">5</property>
|
||||||
|
<property name="margin-end">5</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="button1">
|
<object class="GtkButton" id="button1">
|
||||||
<property name="name">button1</property>
|
<property name="name">button1</property>
|
||||||
@ -14,6 +18,14 @@
|
|||||||
<property name="height_request">70</property>
|
<property name="height_request">70</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="button2">
|
||||||
|
<property name="name">button2</property>
|
||||||
|
<property name="receives_default">1</property>
|
||||||
|
<property name="width_request">144</property>
|
||||||
|
<property name="height_request">70</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="button3">
|
<object class="GtkButton" id="button3">
|
||||||
<property name="name">button3</property>
|
<property name="name">button3</property>
|
||||||
|
@ -433,7 +433,6 @@ testdata = [
|
|||||||
|
|
||||||
# These need to be fixed but the issue hasn't been tracked down.
|
# These need to be fixed but the issue hasn't been tracked down.
|
||||||
xfails = [
|
xfails = [
|
||||||
'background-origin.ui',
|
|
||||||
# see above
|
# see above
|
||||||
#'sizegroups-evolution-identity-page.ui',
|
#'sizegroups-evolution-identity-page.ui',
|
||||||
# these depend on details of text layout
|
# these depend on details of text layout
|
||||||
|
Loading…
Reference in New Issue
Block a user