Allow taller server log windows.
authorCarl Hetherington <cth@carlh.net>
Wed, 19 Mar 2025 23:27:35 +0000 (00:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 22 Mar 2025 12:29:58 +0000 (13:29 +0100)
src/tools/dcpomatic_server.cc

index 34b71659117a9feb0244e16f3bff6bb00267f93c..ed04f57149999052c6177cefc5d1d0ef25eee24b 100644 (file)
@@ -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