Increase default graph maxcols

This commit is contained in:
xarkes 2018-07-01 10:59:10 +02:00
parent f1182bef74
commit 1e721ff32e

View File

@ -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)
{