You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
533 B
16 lines
533 B
<?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">login</property> |
|
<property name="transition-type">crossfade</property> |
|
<child> |
|
<object class="FrctlLogin" id="login" /> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|