mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
31 lines
1 KiB
XML
31 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="LSPrefSwitch" parent="AdwPreferencesRow">
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">horizontal</property>
|
|
<property name="spacing">16</property>
|
|
<property name="valign">center</property>
|
|
<property name="margin-start">12</property>
|
|
<property name="margin-end">12</property>
|
|
<property name="margin-top">8</property>
|
|
<property name="margin-bottom">8</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label">
|
|
<property name="label"
|
|
bind-source="LSPrefSwitch" bind-property="opt-name" bind-flags="sync-create"/>
|
|
<property name="halign">start</property>
|
|
<property name="hexpand">true</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkSwitch">
|
|
<property name="active"
|
|
bind-source="LSPrefSwitch" bind-property="default-state" bind-flags="sync-create"/>
|
|
<property name="css-classes">compact</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|