gtk2/testsuite/reftests/background-color-transparent.ui
Matthias Clasen 7ce964a455 reftests: Avoid decorations
Window decorations always cause trouble between ci
and local test runs, so turn them off for the
background-color-transparent reftest.
2020-04-24 15:18:02 -04:00

38 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<child>
<object class="GtkGrid" id="grid1">
<child>
<object class="GtkButton" id="opaque">
<property name="label" translatable="yes">opaque</property>
<property name="receives_default">1</property>
<layout>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
<property name="column-span">1</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkButton" id="transparent">
<property name="label" translatable="yes">transparent</property>
<property name="receives_default">1</property>
<style>
<class name="transparent"/>
</style>
<layout>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
<property name="column-span">1</property>
<property name="row-span">1</property>
</layout>
</object>
</child>
</object>
</child>
</object>
</interface>