gnome-control-center/panels/sound/sound.gresource.xml
Felipe Borges 9c593c5d7b sound: Remove CcSoundButton in favor of a simple GtkToggleButton
Without the custom image allocation, we can simply use a simple
button instead.

Fixes #1583
2022-02-04 18:03:38 +00:00

40 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/control-center/sound">
<file preprocess="xml-stripblanks">cc-alert-chooser.ui</file>
<file preprocess="xml-stripblanks">cc-balance-slider.ui</file>
<file preprocess="xml-stripblanks">cc-device-combo-box.ui</file>
<file preprocess="xml-stripblanks">cc-fade-slider.ui</file>
<file preprocess="xml-stripblanks">cc-output-test-dialog.ui</file>
<file preprocess="xml-stripblanks">cc-profile-combo-box.ui</file>
<file preprocess="xml-stripblanks">cc-sound-panel.ui</file>
<file preprocess="xml-stripblanks">cc-speaker-test-button.ui</file>
<file preprocess="xml-stripblanks">cc-stream-list-box.ui</file>
<file preprocess="xml-stripblanks">cc-stream-row.ui</file>
<file preprocess="xml-stripblanks">cc-subwoofer-slider.ui</file>
<file preprocess="xml-stripblanks">cc-volume-slider.ui</file>
</gresource>
<gresource prefix="/org/gnome/Settings/icons/scalable/devices">
<file alias="audio-speaker-center-back.svg">icons/audio-speaker-center-back.svg</file>
<file alias="audio-speaker-center-back-testing.svg">icons/audio-speaker-center-back-testing.svg</file>
<file alias="audio-speaker-center.svg">icons/audio-speaker-center.svg</file>
<file alias="audio-speaker-center-testing.svg">icons/audio-speaker-center-testing.svg</file>
<file alias="audio-speaker-left-back.svg">icons/audio-speaker-left-back.svg</file>
<file alias="audio-speaker-left-back-testing.svg">icons/audio-speaker-left-back-testing.svg</file>
<file alias="audio-speaker-left-side.svg">icons/audio-speaker-left-side.svg</file>
<file alias="audio-speaker-left-side-testing.svg">icons/audio-speaker-left-side-testing.svg</file>
<file alias="audio-speaker-left.svg">icons/audio-speaker-left.svg</file>
<file alias="audio-speaker-left-testing.svg">icons/audio-speaker-left-testing.svg</file>
<file alias="audio-speaker-mono.svg">icons/audio-speaker-mono.svg</file>
<file alias="audio-speaker-mono-testing.svg">icons/audio-speaker-mono-testing.svg</file>
<file alias="audio-speaker-right-back.svg">icons/audio-speaker-right-back.svg</file>
<file alias="audio-speaker-right-back-testing.svg">icons/audio-speaker-right-back-testing.svg</file>
<file alias="audio-speaker-right-side.svg">icons/audio-speaker-right-side.svg</file>
<file alias="audio-speaker-right-side-testing.svg">icons/audio-speaker-right-side-testing.svg</file>
<file alias="audio-speaker-right.svg">icons/audio-speaker-right.svg</file>
<file alias="audio-speaker-right-testing.svg">icons/audio-speaker-right-testing.svg</file>
<file alias="audio-speaker-testing.svg">icons/audio-speaker-testing.svg</file>
<file alias="audio-subwoofer.svg">icons/audio-subwoofer.svg</file>
<file alias="audio-subwoofer-testing.svg">icons/audio-subwoofer-testing.svg</file>
</gresource>
</gresources>