Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
9cff8f97 by Daniel Brötzmann at 2021-03-10T12:17:54+01:00
WorkspaceSidebar: Add name to tooltip
- - - - -
1 changed file:
- gajim/gtk/workspace_side_bar.py
Changes:
=====================================
gajim/gtk/workspace_side_bar.py
=====================================
@@ -292,3 +292,5 @@ def update(self):
surface = app.interface.avatar_storage.get_workspace_surface(
self._workspace_id, AvatarSize.WORKSPACE, scale)
self.set_from_surface(surface)
+ name = app.settings.get_workspace_setting(self._workspace_id, 'name')
+ self.set_tooltip_text(name)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9cff8f9751f48684e450875f86f46dfa391f4883
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9cff8f9751f48684e450875f86f46dfa391f4883
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