message.ui (3537B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Generated with glade 3.40.0 3 4 Copyright (C) 2021‑‑2025 GNUnet e.V. 5 6 GNUnet is free software: you can redistribute it and/or modify it 7 under the terms of the GNU Affero General Public License as published 8 by the Free Software Foundation, either version 3 of the License, 9 or (at your option) any later version. 10 11 GNUnet is distributed in the hope that it will be useful, but 12 WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 Affero General Public License for more details. 15 16 You should have received a copy of the GNU Affero General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 19 SPDX-License-Identifier: AGPL3.0-or-later 20 Author: 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="message_box"> 27 <property name="visible">1</property> 28 <child> 29 <object class="HdyAvatar" id="sender_avatar"> 30 <property name="visible">True</property> 31 <property name="can-focus">False</property> 32 <property name="valign">end</property> 33 <property name="size">36</property> 34 <style> 35 <class name="message-avatar"/> 36 </style> 37 </object> 38 </child> 39 <child> 40 <object class="GtkFrame"> 41 <property name="visible">1</property> 42 <property name="shadow-type">none</property> 43 <child> 44 <object class="GtkBox" id="content_box"> 45 <property name="visible">1</property> 46 <property name="orientation">vertical</property> 47 <child> 48 <object class="GtkFlowBox" id="tag_flow_box"> 49 <property name="visible">1</property> 50 <property name="column-spacing">2</property> 51 <property name="max-children-per-line">5</property> 52 <property name="selection-mode">none</property> 53 <property name="activate-on-single-click">0</property> 54 </object> 55 <packing> 56 <property name="pack-type">end</property> 57 <property name="position">1</property> 58 </packing> 59 </child> 60 </object> 61 </child> 62 <child type="label"> 63 <object class="GtkBox"> 64 <property name="visible">1</property> 65 <property name="spacing">4</property> 66 <child> 67 <object class="GtkLabel" id="sender_label"> 68 <property name="visible">1</property> 69 <property name="xalign">0</property> 70 <attributes> 71 <attribute name="weight" value="semibold"/> 72 </attributes> 73 </object> 74 <packing> 75 <property name="expand">1</property> 76 </packing> 77 </child> 78 <child> 79 <object class="GtkImage" id="private_image"> 80 <property name="yalign">1</property> 81 <property name="icon-name">network-wireless-encrypted-symbolic</property> 82 </object> 83 <packing> 84 <property name="position">1</property> 85 </packing> 86 </child> 87 </object> 88 </child> 89 <style> 90 <class name="message-box"/> 91 </style> 92 </object> 93 <packing> 94 <property name="position">1</property> 95 </packing> 96 </child> 97 </object> 98 </interface>