31 lines
1 KiB
XML
31 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="CcVolumeLevelsWindow" parent="GtkWindow">
|
|
<property name="title" translatable="yes">Volume Levels</property>
|
|
<property name="modal">True</property>
|
|
<property name="default-width">660</property>
|
|
<property name="default-height">560</property>
|
|
<property name="titlebar">
|
|
<object class="GtkHeaderBar"/>
|
|
</property>
|
|
<property name="child">
|
|
<object class="AdwPreferencesPage">
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
<child>
|
|
<object class="GtkListBox" id="listbox">
|
|
<property name="selection-mode">none</property>
|
|
<style>
|
|
<class name="boxed-list"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</property>
|
|
</template>
|
|
<object class="GtkSizeGroup" id="label_size_group">
|
|
<property name="mode">horizontal</property>
|
|
</object>
|
|
</interface>
|