mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-18 03:01:39 +01:00
Add example audio source
This commit is contained in:
parent
eeebfe3033
commit
509ce89e60
4 changed files with 11 additions and 9 deletions
|
|
@ -4,7 +4,6 @@
|
|||
<requires lib="gtk" version="4.12"/>
|
||||
<template class="resetAudio" parent="GtkBox">
|
||||
<property name="halign">start</property>
|
||||
<property name="margin-end">5</property>
|
||||
<property name="margin-start">5</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="valign">start</property>
|
||||
|
|
@ -29,6 +28,9 @@
|
|||
<child>
|
||||
<object class="GtkSeparator"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="resetAudioSourceEntry" id="asdf"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="resetAllOutputDevices">
|
||||
<property name="halign">start</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue