Authenticator/data/resources/ui/providers_list.ui
Maximiliano Sandoval R 387cef8972
providers_list: Move expand into list box
No need to have them on the top level.
2023-06-20 22:55:59 +02:00

50 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template parent="GtkBox" class="ProvidersList">
<child>
<object class="GtkScrolledWindow">
<child>
<object class="GtkStack" id="stack">
<property name="transition-type">crossfade</property>
<child>
<object class="GtkStackPage">
<property name="name">results</property>
<property name="child">
<object class="AdwClamp">
<child>
<object class="GtkListBox" id="providers_list">
<property name="selection-mode">none</property>
<property name="margin-start">6</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<property name="margin-end">6</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<style>
<class name="providers-list"/>
</style>
</object>
</child>
</object>
</property>
</object>
</child>
<child>
<object class="GtkStackPage">
<property name="name">no-results</property>
<property name="child">
<object class="AdwStatusPage">
<property name="vexpand">True</property>
<property name="title" translatable="yes">No Results</property>
<property name="description" translatable="yes">No accounts or providers matching the query were found.</property>
<property name="icon-name">system-search-symbolic</property>
</object>
</property>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>