From d900ed4f6e12a690ef20440933b9b3d37cf49af5 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 28 Mar 2006 10:58:35 +0000 Subject: Better performance of right checking and other fixes.:w git-svn-id: svn://svn.zabbix.com/trunk@2712 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/graph.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/classes/graph.inc.php') diff --git a/frontends/php/include/classes/graph.inc.php b/frontends/php/include/classes/graph.inc.php index bd4700e4..2d52933e 100644 --- a/frontends/php/include/classes/graph.inc.php +++ b/frontends/php/include/classes/graph.inc.php @@ -296,7 +296,7 @@ $str=$str.$this->period2str($this->period); - if($this->sizeX < 300) + if($this->sizeX < 500) { $fontnum = 2; } -- cgit