Skip to content

Commit

Permalink
Merge pull request #1936 from H3rnand3zzz/fix/underscrolling
Browse files Browse the repository at this point in the history
Fix underscrolling problem
  • Loading branch information
jubalh authored Dec 4, 2023
2 parents 9ef05f4 + d7e46d6 commit 889593a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/window.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#include "xmpp/contact.h"
#include "xmpp/muc.h"

#define PAD_SIZE 1000
#define PAD_SIZE 10000
#define LOADING_MESSAGE "Loading older messages…"

void win_move_to_end(ProfWin* window);
Expand Down

0 comments on commit 889593a

Please sign in to comment.