dino/main/data/manage_accounts/account_row.ui

35 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-03-02 14:37:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="DinoUiManageAccountsAccountRow">
<property name="visible">True</property>
<child>
<object class="GtkGrid">
<property name="orientation">horizontal</property>
<property name="margin">6</property>
<property name="column-spacing">6</property>
<property name="visible">True</property>
<child>
2018-01-16 15:17:42 +00:00
<object class="DinoUiAvatarImage" id="image">
<property name="height">40</property>
<property name="width">40</property>
2017-03-02 14:37:32 +00:00
<property name="visible">True</property>
</object>
</child>
<child>
<object class="GtkLabel" id="jid_label">
<property name="halign">0.5</property>
<property name="xalign">0</property>
<property name="expand">True</property>
<property name="visible">True</property>
</object>
</child>
<child>
<object class="GtkImage" id="icon">
<property name="icon-name">dialog-warning-symbolic</property>
</object>
</child>
2017-03-02 14:37:32 +00:00
</object>
</child>
</template>
</interface>