1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

radius += 2

git-svn-id: file:///svn/phpbb/trunk@6283 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-08-12 18:46:06 +00:00
parent 38397c58fa
commit 31cf21e3c2

View File

@ -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;
}