Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
c549fff0 by wurstsalat at 2022-11-15T12:00:59+01:00
imprv: ChatList: Scroll to top when switching workspace
- - - - -
1 changed file:
- gajim/gtk/chat_page.py
Changes:
=====================================
gajim/gtk/chat_page.py
=====================================
@@ -185,6 +185,7 @@ def _on_chat_list_changed(self,
'name')
self._ui.workspace_label.set_text(name)
self._ui.search_entry.set_text('')
+ self._ui.chat_list_scrolled.get_vadjustment().set_value(0)
def add_chat_list(self, workspace_id: str) -> None:
self._chat_list_stack.add_chat_list(workspace_id)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c549fff01dff671dc8a159f5fd2026536151be21
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c549fff01dff671dc8a159f5fd2026536151be21
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