diff options
Diffstat (limited to 'main/data/manage_accounts/account_row.ui')
-rw-r--r-- | main/data/manage_accounts/account_row.ui | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/main/data/manage_accounts/account_row.ui b/main/data/manage_accounts/account_row.ui deleted file mode 100644 index 91891b91..00000000 --- a/main/data/manage_accounts/account_row.ui +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <requires lib="gtk" version="4.0"/> - <template class="DinoUiManageAccountsAccountRow"> - <child> - <object class="GtkGrid"> - <property name="margin-start">6</property> - <property name="margin-end">6</property> - <property name="margin-top">6</property> - <property name="margin-bottom">6</property> - <property name="column-spacing">6</property> - <child> - <object class="DinoUiAvatarPicture" id="picture"> - <property name="height-request">40</property> - <property name="width-request">40</property> - </object> - </child> - <child> - <object class="GtkLabel" id="jid_label"> - <property name="xalign">0</property> - <property name="hexpand">1</property> - </object> - </child> - <child> - <object class="GtkImage" id="icon"> - <property name="visible">False</property> - <property name="icon-name">dialog-warning-symbolic</property> - </object> - </child> - </object> - </child> - </template> -</interface> |