Ellipsize ChatTab labels

This prevents long JIDs from creating a horizontal scrollbar.
This commit is contained in:
Emmanuel Gil Peyrot 2024-06-04 19:37:20 +02:00
parent 29afa41437
commit 81080238af

View File

@ -13,6 +13,7 @@
</child>
<child>
<object class="GtkLabel" id="name">
<property name="ellipsize">end</property>
<property name="halign">start</property>
<property name="margin-top">4</property>
<property name="margin-bottom">4</property>