File: bluetooth-settings-row.ui

package info (click to toggle)
gnome-bluetooth 47.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,728 kB
  • sloc: ansic: 6,846; python: 561; xml: 113; sh: 46; makefile: 21
file content (19 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="BluetoothSettingsRow" parent="AdwActionRow">
    <property name="activatable">True</property>
    <child type="suffix">
      <object class="AdwSpinner" id="spinner"/>
    </child>
    <child type="suffix">
      <object class="GtkLabel" id="status">
        <property name="valign">center</property>
        <property name="vexpand">True</property>
        <property name="label" translatable="yes">Not Set Up</property>
        <style>
          <class name="dim-label"/>
        </style>
      </object>
    </child>
  </template>
</interface>