aboutsummaryrefslogtreecommitdiff
path: root/client/data/manage_accounts/account_row.ui
diff options
context:
space:
mode:
Diffstat (limited to 'client/data/manage_accounts/account_row.ui')
-rw-r--r--client/data/manage_accounts/account_row.ui30
1 files changed, 30 insertions, 0 deletions
diff --git a/client/data/manage_accounts/account_row.ui b/client/data/manage_accounts/account_row.ui
new file mode 100644
index 00000000..ab700daa
--- /dev/null
+++ b/client/data/manage_accounts/account_row.ui
@@ -0,0 +1,30 @@
+<?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>