Ellipsize ChatTab labels
This prevents long JIDs from creating a horizontal scrollbar.
This commit is contained in:
parent
29afa41437
commit
81080238af
|
@ -13,6 +13,7 @@
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel" id="name">
|
<object class="GtkLabel" id="name">
|
||||||
|
<property name="ellipsize">end</property>
|
||||||
<property name="halign">start</property>
|
<property name="halign">start</property>
|
||||||
<property name="margin-top">4</property>
|
<property name="margin-top">4</property>
|
||||||
<property name="margin-bottom">4</property>
|
<property name="margin-bottom">4</property>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user