/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to classes/draw.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-20 05:22:25 UTC
  • Revision ID: csa@dside.dyndns.org-20080420052225-enu1yngq1pny531z
Layout redesign: search tab, controls, menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
        if (isset($this->req->props['frame_width'])) $this->width = $this->req->props['frame_width'];
120
120
        else $this->width = $GRAPH_DEFAULT_WIDTH;
121
121
        
 
122
        
122
123
        $this->ready = false;
123
124
    }
124
125
 }