Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
397b68fc by wurstsalat at 2021-09-11T11:31:07+02:00
ServiceRegistration: Add line wrap for error text
- - - - -
1 changed file:
- gajim/gtk/service_registration.py
Changes:
=====================================
gajim/gtk/service_registration.py
=====================================
@@ -218,8 +218,9 @@ def __init__(self):
icon.get_style_context().add_class('error-color')
icon.set_valign(Gtk.Align.END)
self._label = Gtk.Label()
- self._label.get_style_context().add_class('bold16')
self._label.set_valign(Gtk.Align.START)
+ self._label.set_max_width_chars(50)
+ self._label.set_line_wrap(True)
self.add(icon)
self.add(self._label)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/397b68fc7f978066a20f1b310b711f95a32ea4f5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/397b68fc7f978066a20f1b310b711f95a32ea4f5
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