File: recording_indicator.ui

package info (click to toggle)
shortwave 5.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,864 kB
  • sloc: sh: 98; sql: 63; makefile: 22
file content (30 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="SwRecordingIndicator" parent="GtkButton">
    <property name="child">
      <object class="GtkBox">
        <child>
          <object class="GtkImage">
            <property name="icon_name">media-record-symbolic</property>
            <property name="pixel_size">10</property>
            <property name="margin_start">8</property>
            <property name="margin_end">4</property>
            <property name="accessible_role">presentation</property>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="duration_label">
            <property name="margin_end">8</property>
            <attributes>
              <attribute name="font-features" value="tnum"/>
            </attributes>
          </object>
        </child>
      </object>
    </property>
    <style>
      <class name="circular" />
      <class name="recording-indicator" />
    </style>
  </template>
</interface>