pidgin/pidgin

wrap topic label in info pane

22 months ago, ivanhoe
179b2daaeb98
Parents c46c43e89f34
Children 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/
--- 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>