diff -Nru zabbix-1.8.orig/frontends/php/vtext.php zabbix-1.8/frontends/php/vtext.php --- zabbix-1.8.orig/frontends/php/vtext.php 2009-12-08 04:43:57.000000000 +0900 +++ zabbix-1.8/frontends/php/vtext.php 2009-12-18 12:50:54.000000000 +0900 @@ -54,7 +54,7 @@ $text_color = imagecolorallocate($im, 0, 0, 0); - imageText($im, 9, 90, $size['width']+3, $size['height'], $text_color, $text); + imageText($im, 8, 90, $size['width']+3, $size['height'], $text_color, $text); imageOut($im); imagedestroy($im);