2021-10-21 01:32:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow">
|
|
|
|
<property name="width_request">100</property>
|
|
|
|
<property name="height_request">200</property>
|
|
|
|
<property name="decorated">0</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkOverlay">
|
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkPicture">
|
|
|
|
<property name="paintable">green-150x150.png</property>
|
2022-07-15 16:18:26 +00:00
|
|
|
<property name="content-fit">fill</property>
|
2021-10-21 01:32:32 +00:00
|
|
|
<property name="can-shrink">1</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<layout>
|
|
|
|
<property name="measure">0</property>
|
|
|
|
</layout>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|