Skip to content

Commit

Permalink
update max chars per line
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralalwi committed Nov 11, 2024
1 parent e6d15bd commit 09fcc49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"homepage": "https://github.com/omaralalwi/gpdf",
"license": "MIT",
"type": "library",
"version": "1.0.5",
"version": "1.0.6",
"authors": [
{
"name": "omar alalwi",
Expand Down
2 changes: 1 addition & 1 deletion config/gpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
*
* @var integer
*/
GpdfSet::MAX_CHARS_PER_LINE => 50,
GpdfSet::MAX_CHARS_PER_LINE => 100,

/**
* Font height ratio setting.
Expand Down

0 comments on commit 09fcc49

Please sign in to comment.