Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
a30fdcca by wurstsalat at 2025-01-08T21:18:35+01:00
cfix: Emoji completion popover: Ellipsize description labels
- - - - -
1 changed file:
- gajim/data/gui/emoji_completion_view_item.ui
Changes:
=====================================
gajim/data/gui/emoji_completion_view_item.ui
=====================================
@@ -14,10 +14,14 @@
</child>
<child>
<object class="GtkLabel" id="_short_name_label">
+ <property name="ellipsize">end</property>
+ <property name="max-width-chars">40</property>
</object>
</child>
<child>
<object class="GtkLabel" id="_keywords_label">
+ <property name="ellipsize">end</property>
+ <property name="max-width-chars">40</property>
</object>
</child>
</object>
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/a30fdcca92708c1319b8343d88c7ade53db31df2
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/a30fdcca92708c1319b8343d88c7ade53db31df2
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]