aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/contact_info.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/contact_info.ui')
-rw-r--r--resources/ui/contact_info.ui46
1 files changed, 41 insertions, 5 deletions
diff --git a/resources/ui/contact_info.ui b/resources/ui/contact_info.ui
index 8ac2e04..4f69d59 100644
--- a/resources/ui/contact_info.ui
+++ b/resources/ui/contact_info.ui
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.38.2 2<!-- Generated with glade 3.38.2
3 3
4Copyright (C) 2021‑‑2022 GNUnet e.V. 4Copyright (C) 2022 GNUnet e.V.
5 5
6GNUnet is free software: you can redistribute it and/or modify it 6GNUnet is free software: you can redistribute it and/or modify it
7under the terms of the GNU Affero General Public License as published 7under the terms of the GNU Affero General Public License as published
@@ -25,6 +25,7 @@ Author: Tobias Frisch
25 <requires lib="libhandy" version="1.2"/> 25 <requires lib="libhandy" version="1.2"/>
26 <object class="GtkDialog" id="contact_info_dialog"> 26 <object class="GtkDialog" id="contact_info_dialog">
27 <property name="can-focus">False</property> 27 <property name="can-focus">False</property>
28 <property name="title" translatable="yes">Contact Information</property>
28 <property name="modal">True</property> 29 <property name="modal">True</property>
29 <property name="window-position">center-on-parent</property> 30 <property name="window-position">center-on-parent</property>
30 <property name="type-hint">dialog</property> 31 <property name="type-hint">dialog</property>
@@ -40,7 +41,6 @@ Author: Tobias Frisch
40 <child> 41 <child>
41 <object class="GtkButton" id="back_button"> 42 <object class="GtkButton" id="back_button">
42 <property name="label" translatable="yes">Back</property> 43 <property name="label" translatable="yes">Back</property>
43 <property name="visible">True</property>
44 <property name="can-focus">True</property> 44 <property name="can-focus">True</property>
45 <property name="receives-default">True</property> 45 <property name="receives-default">True</property>
46 </object> 46 </object>
@@ -114,10 +114,42 @@ Author: Tobias Frisch
114 </packing> 114 </packing>
115 </child> 115 </child>
116 <child> 116 <child>
117 <object class="GtkEntry" id="contact_name"> 117 <object class="GtkBox">
118 <property name="width-request">250</property>
119 <property name="visible">True</property> 118 <property name="visible">True</property>
120 <property name="can-focus">True</property> 119 <property name="can-focus">False</property>
120 <property name="spacing">4</property>
121 <child>
122 <object class="GtkEntry" id="contact_name">
123 <property name="width-request">210</property>
124 <property name="visible">True</property>
125 <property name="sensitive">False</property>
126 <property name="can-focus">True</property>
127 </object>
128 <packing>
129 <property name="expand">False</property>
130 <property name="fill">True</property>
131 <property name="position">0</property>
132 </packing>
133 </child>
134 <child>
135 <object class="GtkButton" id="contact_edit_button">
136 <property name="visible">True</property>
137 <property name="can-focus">True</property>
138 <property name="receives-default">True</property>
139 <child>
140 <object class="GtkImage" id="contact_edit_symbol">
141 <property name="visible">True</property>
142 <property name="can-focus">False</property>
143 <property name="icon-name">document-edit-symbolic</property>
144 </object>
145 </child>
146 </object>
147 <packing>
148 <property name="expand">False</property>
149 <property name="fill">True</property>
150 <property name="position">1</property>
151 </packing>
152 </child>
121 </object> 153 </object>
122 <packing> 154 <packing>
123 <property name="expand">False</property> 155 <property name="expand">False</property>
@@ -161,6 +193,10 @@ Author: Tobias Frisch
161 <property name="height-request">250</property> 193 <property name="height-request">250</property>
162 <property name="visible">True</property> 194 <property name="visible">True</property>
163 <property name="can-focus">False</property> 195 <property name="can-focus">False</property>
196 <property name="margin-start">16</property>
197 <property name="margin-end">16</property>
198 <property name="margin-top">16</property>
199 <property name="margin-bottom">16</property>
164 </object> 200 </object>
165 <packing> 201 <packing>
166 <property name="name">drawing_page</property> 202 <property name="name">drawing_page</property>