From 1e721ff32e1d41ee8b00c2cf8a9ac3f0a0decd30 Mon Sep 17 00:00:00 2001 From: xarkes Date: Sun, 1 Jul 2018 10:59:10 +0200 Subject: [PATCH] Increase default graph maxcols --- src/utils/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Configuration.h b/src/utils/Configuration.h index 78623c2a..653a6d4c 100644 --- a/src/utils/Configuration.h +++ b/src/utils/Configuration.h @@ -60,7 +60,7 @@ public: // Graph int getGraphBlockMaxChars() const { - return s.value("graph.maxcols", 50).toInt(); + return s.value("graph.maxcols", 100).toInt(); } void setGraphBlockMaxChars(int ch) {