mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-18 18:48:33 +02:00
58 lines
2.2 KiB
XML
58 lines
2.2 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Created with Cambalache 0.17.0 -->
|
|
<interface>
|
|
<requires lib="gtk" version="4.6"/>
|
|
<template class="resetAudio" parent="GtkBox">
|
|
<property name="halign">center</property>
|
|
<property name="margin-start">5</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="valign">start</property>
|
|
<property name="width-request">400</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="height-request">40</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">Output Device</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkDropDown" id="resetOutputDevice">
|
|
<property name="halign">end</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="height-request">40</property>
|
|
<property name="margin-bottom">5</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">Show Applications</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkSwitch">
|
|
<property name="active">True</property>
|
|
<property name="halign">end</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="margin-end">5</property>
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkSeparator"/>
|
|
</child>
|
|
<child>
|
|
<object class="resetAudioSourceEntry" id="asdf">
|
|
<property name="margin-top">5</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|