mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 03:46:11 +00:00
Increase default graph maxcols
This commit is contained in:
parent
f1182bef74
commit
1e721ff32e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user