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.
35 lines
1.1 KiB
35 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="Window" parent="AdwApplicationWindow"> |
|
<property name="default-width">600</property> |
|
<property name="default-height">400</property> |
|
<property name="content"> |
|
<object class="GtkOverlay"> |
|
<child type="overlay"> |
|
<object class="InAppNotification"> |
|
<property name="error-list"> |
|
<object class="GListStore" id="error_list"> |
|
<property name="item-type">Error</property> |
|
</object> |
|
</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkStack" id="main_stack"> |
|
<property name="visible-child">login</property> |
|
<property name="transition-type">crossfade</property> |
|
<child> |
|
<object class="Login" id="login"/> |
|
</child> |
|
<child> |
|
<object class="GtkStack" id="sessions"> |
|
<property name="transition-type">crossfade</property> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</object> |
|
</property> |
|
</template> |
|
</interface> |
|
|
|
|