Philipp Hörist pushed to branch master at gajim / gajim
Commits:
3c7dbc6a by Philipp Hörist at 2025-11-01T23:00:21+01:00
cfix: AvatarStackPopover: Limit nickname label to 30 chars
- - - - -
1 changed file:
- gajim/data/gui/conversation/avatar_stack_popover_row.ui
Changes:
=====================================
gajim/data/gui/conversation/avatar_stack_popover_row.ui
=====================================
@@ -21,7 +21,7 @@
<object class="GtkLabel" id="_contact_name_label">
<property name="halign">start</property>
<property name="ellipsize">end</property>
- <property name="max-width-chars">52</property>
+ <property name="max-width-chars">30</property>
</object>
</child>
<child>
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3c7dbc6ad866ab21dd3f4179a61101abde6cb9fe
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3c7dbc6ad866ab21dd3f4179a61101abde6cb9fe
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]