summaryrefslogtreecommitdiffstats
path: root/panels/sound/cc-sound-button.ui
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--panels/sound/cc-sound-button.ui27
1 files changed, 27 insertions, 0 deletions
diff --git a/panels/sound/cc-sound-button.ui b/panels/sound/cc-sound-button.ui
new file mode 100644
index 0000000..c7eddd9
--- /dev/null
+++ b/panels/sound/cc-sound-button.ui
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <template class="CcSoundButton" parent="GtkToggleButton">
+ <child>
+ <object class="GtkBox">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">12</property>
+ <property name="valign">center</property>
+ <child>
+ <object class="GtkImage" id="image">
+ <property name="icon_name">audio-speakers-symbolic</property>
+ <property name="pixel_size">32</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label">
+ <property name="visible">True</property>
+ <property name="wrap">True</property>
+ <property name="wrap_mode">word-char</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>