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
|
// Graph
|
||||||
int getGraphBlockMaxChars() const
|
int getGraphBlockMaxChars() const
|
||||||
{
|
{
|
||||||
return s.value("graph.maxcols", 50).toInt();
|
return s.value("graph.maxcols", 100).toInt();
|
||||||
}
|
}
|
||||||
void setGraphBlockMaxChars(int ch)
|
void setGraphBlockMaxChars(int ch)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user