2021-12-08 18:09:29 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow">
|
|
|
|
<property name="default-width">200</property>
|
|
|
|
<property name="default-height">100</property>
|
|
|
|
<property name="decorated">0</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkPicture">
|
|
|
|
<property name="paintable">green-300x300.png</property>
|
2022-07-15 16:18:26 +00:00
|
|
|
<property name="content-fit">fill</property>
|
2021-12-08 18:09:29 +00:00
|
|
|
<property name="can-shrink">1</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|