blob: d9ca32cbf5ae94882db3fc7a89726b5bce94bc6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtkFrameworkWindow" parent="GtkApplicationWindow">
<property name="title" translatable="no">Chrysalide</property>
<property name="default-width">800</property>
<property name="default-height">600</property>
<property name="icon-name">chrysalide-logo</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkStack" id="grid">
<property name="vexpand">TRUE</property>
</object>
</child>
</object>
</child>
</template>
</interface>
|