Philipp Hörist pushed to branch master at gajim / gajim
Commits:
17938029 by lovetox at 2022-01-26T23:46:54+01:00
MessageLabel: Don’t allow to focus label
This removes the outline around links
- - - - -
1 changed file:
- gajim/gtk/conversation/plain_widget.py
Changes:
=====================================
gajim/gtk/conversation/plain_widget.py
=====================================
@@ -80,6 +80,7 @@ def __init__(self, account: str, selectable: bool) -> None:
self.set_xalign(0)
self.set_line_wrap_mode(Pango.WrapMode.WORD_CHAR)
self.set_track_visited_links(False)
+ self.set_can_focus(False)
self._account = account
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/179380290fdc81003c95f024e6f777745012d5f0
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/179380290fdc81003c95f024e6f777745012d5f0
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits