2021-02-12 23:16:16 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-02-04 19:25:29 +00:00
|
|
|
<interface>
|
2021-02-12 23:16:16 +00:00
|
|
|
<template class="FrctlWindow" parent="AdwApplicationWindow">
|
2021-02-04 19:25:29 +00:00
|
|
|
<property name="default-width">600</property>
|
|
|
|
<property name="default-height">400</property>
|
|
|
|
<child>
|
2021-02-12 23:16:16 +00:00
|
|
|
<object class="GtkStack" id="main_stack">
|
2021-03-24 10:49:25 +00:00
|
|
|
<property name="visible-child">login</property>
|
2021-02-12 23:16:16 +00:00
|
|
|
<property name="transition-type">crossfade</property>
|
|
|
|
<child>
|
|
|
|
<object class="FrctlLogin" id="login" />
|
|
|
|
</child>
|
2021-02-04 19:25:29 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|