aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/account_entry.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/account_entry.ui')
-rw-r--r--resources/ui/account_entry.ui62
1 files changed, 62 insertions, 0 deletions
diff --git a/resources/ui/account_entry.ui b/resources/ui/account_entry.ui
new file mode 100644
index 0000000..827ae26
--- /dev/null
+++ b/resources/ui/account_entry.ui
@@ -0,0 +1,62 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.38.2
3
4Copyright (C) 2021 GNUnet e.V.
5
6GNUnet is free software: you can redistribute it and/or modify it
7under the terms of the GNU Affero General Public License as published
8by the Free Software Foundation, either version 3 of the License,
9or (at your option) any later version.
10
11GNUnet is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14Affero General Public License for more details.
15
16You should have received a copy of the GNU Affero General Public License
17along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19SPDX-License-Identifier: AGPL3.0-or-later
20Author: Tobias Frisch
21
22-->
23<interface>
24 <requires lib="gtk+" version="3.24"/>
25 <requires lib="libhandy" version="1.2"/>
26 <object class="GtkBox" id="entry_box">
27 <property name="visible">True</property>
28 <property name="can-focus">False</property>
29 <property name="spacing">8</property>
30 <child>
31 <object class="HdyAvatar" id="entry_avatar">
32 <property name="visible">True</property>
33 <property name="can-focus">False</property>
34 <property name="size">36</property>
35 </object>
36 <packing>
37 <property name="expand">False</property>
38 <property name="fill">True</property>
39 <property name="position">0</property>
40 </packing>
41 </child>
42 <child>
43 <object class="GtkLabel" id="entry_label">
44 <property name="visible">True</property>
45 <property name="can-focus">False</property>
46 <property name="wrap">True</property>
47 <property name="wrap-mode">word-char</property>
48 <property name="ellipsize">end</property>
49 <property name="xalign">0</property>
50 </object>
51 <packing>
52 <property name="expand">True</property>
53 <property name="fill">True</property>
54 <property name="pack-type">end</property>
55 <property name="position">1</property>
56 </packing>
57 </child>
58 <style>
59 <class name="account-entry"/>
60 </style>
61 </object>
62</interface>