You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.6 KiB
Plaintext
50 lines
1.6 KiB
Plaintext
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<requires lib="gtk" version="4.0"/>
|
||
|
<object class="GtkDialog" id="search_dialog">
|
||
|
<property name="default-height">600</property>
|
||
|
<property name="default-width">570</property>
|
||
|
<property name="title">Search Locales</property>
|
||
|
<property name="hide-on-close">true</property>
|
||
|
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="orientation">vertical</property>
|
||
|
|
||
|
<child>
|
||
|
<object class="GtkBox" id="locale_search">
|
||
|
<child>
|
||
|
<object class="GtkSearchEntry" id="locale_entry_search">
|
||
|
<property name="hexpand">true</property>
|
||
|
<property name="margin-end">30</property>
|
||
|
<property name="margin-bottom">5</property>
|
||
|
<property name="margin-start">30</property>
|
||
|
<property name="margin-top">30</property>
|
||
|
<property
|
||
|
name="placeholder-text"
|
||
|
translatable="true">Search for a locale</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
|
||
|
<child>
|
||
|
<object class="AdwPreferencesPage">
|
||
|
<child>
|
||
|
<object class="AdwPreferencesGroup">
|
||
|
<child>
|
||
|
<object class="GtkListBox" id="locale_list">
|
||
|
<style>
|
||
|
<class name="boxed-list"/>
|
||
|
</style>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|