From 4c0504ce8a522fd5b286e5aefdf4c827eda5e936 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 20 Mar 2025 00:27:35 +0100 Subject: Allow taller server log windows. --- src/tools/dcpomatic_server.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc index 34b716591..ed04f5714 100644 --- a/src/tools/dcpomatic_server.cc +++ b/src/tools/dcpomatic_server.cc @@ -69,7 +69,11 @@ enum { ID_timer }; -static unsigned int const log_lines = 32; + +/* Make this longer than the tallest we might want the window to be. + * In an ideal world we'd scale it with the window size. + */ +static unsigned int const log_lines = 128; class ServerLog : public Log, public Signaller -- cgit v1.2.3