From 67d8d7110ba818c15df816b0b6d32c4c62cfa4c1 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Thu, 21 Nov 2024 12:05:32 +0100 Subject: [PATCH] Revert "Fix underscrolling problem" This reverts commit d7e46d64fe6bc9926eb404dad6a4803e1fc2e8b2. --- src/ui/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/window.h b/src/ui/window.h index c0d0153d..1e494f19 100644 --- a/src/ui/window.h +++ b/src/ui/window.h @@ -56,7 +56,7 @@ #include "xmpp/contact.h" #include "xmpp/muc.h" -#define PAD_SIZE 10000 +#define PAD_SIZE 1000 #define LOADING_MESSAGE "Loading older messages…" void win_move_to_end(ProfWin* window);