anotherim-desktop/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>
2022-02-14 13:55:59 +00:00
<requires lib="gtk" version="4.0"/>
2017-03-02 14:37:32 +00:00
<template class="DinoUiManageAccountsAccountRow">
<property name="visible">True</property>
<child>
<object class="GtkGrid">
2022-02-14 13:55:59 +00:00
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
2017-03-02 14:37:32 +00:00
<property name="column-spacing">6</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
</object>
</child>
<child>
<object class="GtkLabel" id="jid_label">
<property name="xalign">0</property>
2022-02-14 13:55:59 +00:00
<property name="hexpand">1</property>
2017-03-02 14:37:32 +00:00
</object>
</child>
<child>
<object class="GtkImage" id="icon">
2022-02-14 13:55:59 +00:00
<property name="visible">False</property>
<property name="icon-name">dialog-warning-symbolic</property>
</object>
</child>
2017-03-02 14:37:32 +00:00
</object>
</child>
</template>
</interface>