aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/contact_entry.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/contact_entry.ui')
-rw-r--r--resources/ui/contact_entry.ui98
1 files changed, 98 insertions, 0 deletions
diff --git a/resources/ui/contact_entry.ui b/resources/ui/contact_entry.ui
new file mode 100644
index 0000000..c0376b3
--- /dev/null
+++ b/resources/ui/contact_entry.ui
@@ -0,0 +1,98 @@
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">48</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="GtkBox">
44 <property name="visible">True</property>
45 <property name="can-focus">False</property>
46 <property name="border-width">2</property>
47 <property name="orientation">vertical</property>
48 <property name="spacing">2</property>
49 <child>
50 <object class="GtkLabel" id="title_label">
51 <property name="visible">True</property>
52 <property name="can-focus">False</property>
53 <property name="wrap">True</property>
54 <property name="wrap-mode">word-char</property>
55 <property name="ellipsize">end</property>
56 <property name="xalign">0</property>
57 <attributes>
58 <attribute name="weight" value="bold"/>
59 </attributes>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">True</property>
64 <property name="position">0</property>
65 </packing>
66 </child>
67 <child>
68 <object class="GtkLabel" id="subtitle_label">
69 <property name="visible">True</property>
70 <property name="can-focus">False</property>
71 <property name="wrap">True</property>
72 <property name="wrap-mode">word-char</property>
73 <property name="ellipsize">end</property>
74 <property name="max-width-chars">48</property>
75 <property name="xalign">0</property>
76 <attributes>
77 <attribute name="weight" value="semilight"/>
78 </attributes>
79 </object>
80 <packing>
81 <property name="expand">True</property>
82 <property name="fill">True</property>
83 <property name="position">1</property>
84 </packing>
85 </child>
86 </object>
87 <packing>
88 <property name="expand">True</property>
89 <property name="fill">True</property>
90 <property name="pack-type">end</property>
91 <property name="position">1</property>
92 </packing>
93 </child>
94 <style>
95 <class name="chat-entry"/>
96 </style>
97 </object>
98</interface>