Changeset 5319 for temp/trunk


Ignore:
Timestamp:
2006/09/21 18:30:34 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/class/SC_GraphLine.php

    r5318 r5319  
    5656        if($this->XTitle != "") { 
    5757            $text_width = $this->getTextWidth($this->XTitle, FONT_SIZE); 
    58             $x_pos = $this->left + $this->area_width+20;// - ($text_width / 2); 
     58            $x_pos = $this->left + $this->area_width2000;// - ($text_width / 2); 
    5959            $y_pos = $this->top + $this->area_height + LINE_XTITLE_PAD; 
    6060            $this->setText(FONT_SIZE, $x_pos, $y_pos, $this->XTitle); 
Note: See TracChangeset for help on using the changeset viewer.