summaryrefslogtreecommitdiffstats
path: root/panels/sound/cc-stream-row.ui
blob: 756f6bbdc47043ace942bab50e75e548d2e637ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <template class="CcStreamRow" parent="GtkListBoxRow">
    <property name="activatable">False</property>
    <child>
      <object class="GtkBox">
        <property name="margin-top">12</property>
        <property name="margin-bottom">12</property>
        <property name="margin-start">12</property>
        <property name="margin-end">12</property>
        <property name="spacing">12</property>
        <child>
          <object class="GtkBox" id="label_box">
            <property name="spacing">6</property>
              <child>
                <object class="GtkImage" id="icon_image">
                  <style>
                    <class name="lowres-icon"/>
                  </style>
                </object>
              </child>
              <child>
                <object class="GtkLabel" id="name_label">
                  <property name="ellipsize">end</property>
                  <property name="xalign">0</property>
                </object>
              </child>
          </object>
        </child>
        <child>
          <object class="CcVolumeSlider" id="volume_slider">
            <property name="hexpand">True</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>