Better size
This commit is contained in:
parent
c5a4877eb8
commit
a526021459
@ -1548,7 +1548,7 @@ class DolGraph
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($direction == 'height') {
|
if ($direction == 'height') {
|
||||||
return (empty($conf->dol_optimize_smallscreen) ? ($defaultsize ? $defaultsize : '200') : '160');
|
return (empty($conf->dol_optimize_smallscreen) ? ($defaultsize ? $defaultsize : '220') : '200');
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user