wrap topic label in info pane

Thu, 23 Jun 2022 23:06:18 -0500

author
ivanhoe <ivanhoe@fiscari.de>
date
Thu, 23 Jun 2022 23:06:18 -0500
changeset 41436
179b2daaeb98
parent 41435
c46c43e89f34
child 41437
05ac40f0e0c4

wrap topic label in info pane

This solves the problem that the user list is not visible in channels with a long topic

Testing Done:
Joined conversation at #pidgin on libera.chat where the user list was not visible before this change.

Reviewed at https://reviews.imfreedom.org/r/1507/

pidgin/resources/Conversations/infopane.ui file | annotate | diff | comparison | revisions
--- a/pidgin/resources/Conversations/infopane.ui	Wed Jun 15 00:51:48 2022 -0500
+++ b/pidgin/resources/Conversations/infopane.ui	Thu Jun 23 23:06:18 2022 -0500
@@ -72,6 +72,7 @@
               <object class="GtkLabel" id="topic">
                 <property name="visible">True</property>
                 <property name="can-focus">False</property>
+                <property name="wrap">True</property>
                 <property name="xalign">0</property>
               </object>
               <packing>

mercurial