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.
jade-gui/jade_gui/widgets/locale.ui

20 lines
624 B
Plaintext

2 years ago
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="LocaleEntry" parent="AdwActionRow">
<property name="title">locale</property>
<child>
<object class="GtkBox">
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="main_locale_button">
<property name="active">false</property>
<property name="valign">center</property>
<property name="label">Use as main locale</property>
</object>
</child>
</object>
</child>
</template>
</interface>