r
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -118,9 +118,9 @@ try { | ... | @@ -118,9 +118,9 @@ try { |
| 118 | if ($font == 0) { | 118 | if ($font == 0) { |
| 119 | die("Error: " . $p->get_errmsg()); | 119 | die("Error: " . $p->get_errmsg()); |
| 120 | } | 120 | } |
| 121 | $num_optlist = "fillcolor={".$fontColor." }"; | 121 | $num_optlist = "fillcolor={".$fontColor." } boxsize={170 120}"; |
| 122 | $p->setfont($font, $fontSize); | 122 | $p->setfont($font, $fontSize); |
| 123 | $p->fit_textline($textline, $textLRight, $textLUp, $num_optlist,'170', '120', 'verticalalign=center'); | 123 | $p->fit_textline($textline, $textLRight, $textLUp, $num_optlist); |
| 124 | 124 | ||
| 125 | } else if ($row->change_type == 'img') { | 125 | } else if ($row->change_type == 'img') { |
| 126 | 126 | ... | ... |
-
Please register or sign in to post a comment