gnome-control-center/panels/sound/cc-output-test-window.ui
Alice Mikhaylenko dbfaa5cbfa sound: Port dialogs to AdwWindow and AdwToolbarView
Consistently handle Esc to close as well.
2023-08-25 08:00:43 +00:00

18 lines
595 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcOutputTestWindow" parent="AdwWindow">
<property name="title" translatable="yes">Test Speakers</property>
<property name="modal">True</property>
<property name="resizable">False</property>
<property name="content">
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar"/>
</child>
<property name="content">
<object class="CcOutputTestWheel" id="wheel"/>
</property>
</object>
</property>
</template>
</interface>