diff options
Diffstat (limited to 'client/data/manage_accounts/account_row.ui')
-rw-r--r-- | client/data/manage_accounts/account_row.ui | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/client/data/manage_accounts/account_row.ui b/client/data/manage_accounts/account_row.ui deleted file mode 100644 index ab700daa..00000000 --- a/client/data/manage_accounts/account_row.ui +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <requires lib="gtk+" version="3.0"/> - <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> - <object class="GtkImage" id="image"> - <property name="height_request">40</property> - <property name="width_request">40</property> - <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> - </object> - </child> - </template> -</interface> |