discourse_panel.ui (2981B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Generated with glade 3.40.0 3 4 Copyright (C) 2024‑‑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="panel_box"> 27 <property name="visible">1</property> 28 <property name="orientation">vertical</property> 29 <child> 30 <object class="GtkStack" id="panel_stack"> 31 <property name="visible">1</property> 32 <child> 33 <object class="GtkBox" id="avatar_box"> 34 <property name="width-request">124</property> 35 <property name="visible">1</property> 36 <property name="valign">center</property> 37 <property name="border-width">8</property> 38 <property name="orientation">vertical</property> 39 <property name="spacing">4</property> 40 <child> 41 <object class="HdyAvatar" id="panel_avatar"> 42 <property name="visible">True</property> 43 <property name="can-focus">False</property> 44 <property name="icon-name">avatar-default</property> 45 <property name="size">80</property> 46 </object> 47 </child> 48 <child> 49 <object class="GtkLabel" id="panel_label"> 50 <property name="visible">1</property> 51 <property name="wrap">1</property> 52 <property name="wrap-mode">word-char</property> 53 <property name="ellipsize">end</property> 54 </object> 55 <packing> 56 <property name="position">1</property> 57 </packing> 58 </child> 59 </object> 60 <packing> 61 <property name="name">avatar_page</property> 62 </packing> 63 </child> 64 <child> 65 <object class="GtkBox" id="video_box"> 66 <property name="visible">1</property> 67 <property name="orientation">vertical</property> 68 </object> 69 <packing> 70 <property name="name">video_page</property> 71 <property name="position">1</property> 72 </packing> 73 </child> 74 </object> 75 <packing> 76 <property name="expand">1</property> 77 </packing> 78 </child> 79 </object> 80 </interface>