fractal/data/resources/ui/window.ui
2021-02-16 11:30:41 +01:00

20 lines
716 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="FrctlWindow" parent="AdwApplicationWindow">
<property name="default-width">600</property>
<property name="default-height">400</property>
<child>
<object class="GtkStack" id="main_stack">
<property name="visible-child">session</property>
<property name="transition-type">crossfade</property>
<child>
<object class="FrctlLogin" id="login" />
</child>
<!-- We currently only support one session, add other sessions to the main_Stack -->
<child>
<object class="FrctlSession" id="session" />
</child>
</object>
</child>
</template>
</interface>