diff --git a/src/ui/window.c b/src/ui/window.c index 88271b344..ecf8b224d 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -62,7 +62,7 @@ #include "xmpp/xmpp.h" #include "xmpp/roster_list.h" -static const int PAD_SIZE = 100; +static const int PAD_SIZE = 1000; static const char* LOADING_MESSAGE = "Loading older messages…"; static const char* CONS_WIN_TITLE = "Profanity. Type /help for help information."; static const char* XML_WIN_TITLE = "XML Console";