Philipp Hörist pushed to branch jump at gajim / gajim
Commits:
a757d540 by Philipp Hörist at 2026-04-12T20:25:22+02:00
fix: Test higher scroll values
- - - - -
1 changed file:
- gajim/gtk/conversation/view.py
Changes:
=====================================
gajim/gtk/conversation/view.py
=====================================
@@ -943,7 +943,7 @@ def scroll_to_message(
self.set_history_complete(True, before_complete)
self.set_history_complete(False, after_complete)
- timeout_add_once(200, self._scroll_delayed, pk)
+ timeout_add_once(500, self._scroll_delayed, pk)
def _scroll_delayed(self, pk: int) -> None:
self._scroll_and_highlight(pk)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/a757d540fc309fc53d0603a1162c679966294e94
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/a757d540fc309fc53d0603a1162c679966294e94
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]