Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
7295c1f0 by wurstsalat at 2024-02-11T22:24:00+01:00
fix: ChatBanner: Disable selecting name_label
Fixes #11732
- - - - -
1 changed file:
- gajim/data/gui/chat_banner.ui
Changes:
=====================================
gajim/data/gui/chat_banner.ui
=====================================
@@ -296,10 +296,9 @@
<child>
<object class="GtkLabel" id="name_label">
<property name="visible">True</property>
- <property name="can-focus">True</property>
+ <property name="can-focus">False</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
- <property name="selectable">True</property>
<property name="ellipsize">end</property>
<property name="single-line-mode">True</property>
<property name="xalign">0</property>
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7295c1f0081bbdc165c6644817cc01219e850bee
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7295c1f0081bbdc165c6644817cc01219e850bee
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]