aboutsummaryrefslogtreecommitdiff
path: root/main/data/manage_accounts/account_row.ui
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2024-09-15 20:38:00 +0200
committerfiaxh <git@lightrise.org>2024-09-15 21:01:24 +0200
commit228640a881aead53d307775cc2d3726fe64f3fc2 (patch)
treeec77540ec9b1fbc0a84beabccf3b1d866c1f7aa0 /main/data/manage_accounts/account_row.ui
parente8f82fd328697542d2ee0233635b694827a5cc79 (diff)
downloaddino-228640a881aead53d307775cc2d3726fe64f3fc2.tar.gz
dino-228640a881aead53d307775cc2d3726fe64f3fc2.zip
Code cleanup: Remove remnants of previous accounts dialog
Diffstat (limited to 'main/data/manage_accounts/account_row.ui')
-rw-r--r--main/data/manage_accounts/account_row.ui33
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>