aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/message-status.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/message-status.ui')
-rw-r--r--resources/ui/message-status.ui79
1 files changed, 79 insertions, 0 deletions
diff --git a/resources/ui/message-status.ui b/resources/ui/message-status.ui
new file mode 100644
index 0000000..54d0d0b
--- /dev/null
+++ b/resources/ui/message-status.ui
@@ -0,0 +1,79 @@
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 <object class="GtkBox">
26 <property name="visible">True</property>
27 <property name="can-focus">False</property>
28 <child>
29 <object class="GtkFrame">
30 <property name="visible">True</property>
31 <property name="can-focus">False</property>
32 <property name="halign">center</property>
33 <property name="label-xalign">0.5</property>
34 <property name="shadow-type">none</property>
35 <child>
36 <object class="GtkBox">
37 <property name="visible">True</property>
38 <property name="can-focus">False</property>
39 <property name="orientation">vertical</property>
40 <child>
41 <object class="GtkLabel" id="status_label">
42 <property name="visible">True</property>
43 <property name="can-focus">False</property>
44 <property name="label" translatable="yes">status information</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">True</property>
49 <property name="position">0</property>
50 </packing>
51 </child>
52 <style>
53 <class name="message-content"/>
54 </style>
55 </object>
56 </child>
57 <child type="label">
58 <object class="GtkLabel" id="sender_label">
59 <property name="visible">True</property>
60 <property name="can-focus">False</property>
61 <property name="label" translatable="yes">User</property>
62 <attributes>
63 <attribute name="weight" value="semibold"/>
64 </attributes>
65 </object>
66 </child>
67 <style>
68 <class name="message-box"/>
69 <class name="status"/>
70 </style>
71 </object>
72 <packing>
73 <property name="expand">True</property>
74 <property name="fill">True</property>
75 <property name="position">0</property>
76 </packing>
77 </child>
78 </object>
79</interface>