mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
radius += 2
git-svn-id: file:///svn/phpbb/trunk@6283 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
38397c58fa
commit
31cf21e3c2
1 changed files with 1 additions and 1 deletions
|
@ -1202,7 +1202,7 @@ class char_dots
|
|||
$this->width_percent = (!empty($width_percent)) ? max(25, min(150, intval($width_percent))) : mt_rand(60, 90);
|
||||
|
||||
$this->space = 10;
|
||||
$this->radius = 1;
|
||||
$this->radius = 3;
|
||||
$this->density = 3;
|
||||
$this->letter = $letter;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue