Changeset 5326


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

blank

File:
1 edited

Legend:

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

    r5325 r5326  
    5757            $text_width = $this->getTextWidth($this->XTitle, FONT_SIZE); 
    5858            $x_pos = $this->left + $this->area_width - ($text_width / 2); 
    59             $y_pos = $this->top + $this->area_height + LINE_XTITLE_PAD; 
     59            $y_pos = $this->top ;// + $this->area_height + LINE_XTITLE_PAD; 
    6060            $this->setText(FONT_SIZE, $x_pos, $y_pos, $this->XTitle); 
    6161        } 
Note: See TracChangeset for help on using the changeset viewer.