File: provider_row.ui

package info (click to toggle)
gnome-authenticator 4.6.2-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,624 kB
  • sloc: sql: 2,359; python: 147; xml: 34; makefile: 18; sh: 8
file content (59 lines) | stat: -rw-r--r-- 2,171 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template parent="GtkListBoxRow" class="ProviderRow">
    <property name="activatable">False</property>
    <property name="valign">center</property>
    <property name="selectable">False</property>
    <property name="focusable">False</property>
    <child>
      <object class="GtkBox">
        <property name="orientation">vertical</property>
        <property name="vexpand">True</property>
        <child>
          <object class="GtkBox">
            <property name="orientation">horizontal</property>
            <property name="hexpand">True</property>
            <property name="margin-bottom">6</property>
            <property name="margin-start">6</property>
            <property name="margin-end">6</property>
            <child>
              <object class="ProviderImage" id="image">
                <property name="halign">start</property>
                <property name="size">32</property>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="name_label">
                <property name="halign">start</property>
                <property name="margin-start">6</property>
                <property name="margin-bottom">6</property>
                <style>
                  <class name="heading" />
                </style>
              </object>
            </child>
            <child>
                <object class="ProgressIcon" id="progress_icon">
                  <property name="halign">end</property>
                  <property name="hexpand">True</property>
                  <property name="width-request">12</property>
                  <property name="height-request">12</property>
                </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkListBox" id="accounts_list">
            <property name="vexpand">True</property>
            <style>
              <class name="boxed-list" />
            </style>
          </object>
        </child>
      </object>
    </child>
    <style>
      <class name="provider-row"/>
    </style>
  </template>
</interface>