18 lines
591 B
Plaintext
18 lines
591 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<object class="GtkWindow">
|
||
|
<property name="default-width">100</property>
|
||
|
<property name="default-height">200</property>
|
||
|
<property name="decorated">0</property>
|
||
|
<child>
|
||
|
<object class="GtkPicture">
|
||
|
<property name="paintable">green-150x150.png</property>
|
||
|
<property name="content-fit">fill</property>
|
||
|
<property name="can-shrink">1</property>
|
||
|
<property name="halign">center</property>
|
||
|
<property name="valign">center</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|