summaryrefslogtreecommitdiffstats
path: root/panels/online-accounts/cc-online-account-row.ui
blob: 15dee5351ea17d86daa253a60f30c4af8f0596d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="CcOnlineAccountRow" parent="AdwActionRow">
    <property name="activatable">True</property>
    <child type="prefix">
      <object class="GtkImage" id="icon_image">
        <property name="halign">center</property>
        <property name="valign">center</property>
      </object>
    </child>
    <child type="suffix">
      <object class="GtkImage" id="warning_image">
        <property name="icon-name">dialog-warning-symbolic</property>
      </object>
    </child>
  </template>
</interface>