Changeset 9430

Show
Ignore:
Timestamp:
07/06/09 12:06:36 (4 years ago)
Author:
cdietric
Message:

increasing maximum dimensions in ALF

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/0.7.x/tools/alf/ALF.py

    r9426 r9430  
    994994        ogl.ShapeCanvas.__init__(self, parent) 
    995995 
    996         maxWidth  = 2100 
    997         maxHeight = 1000 
     996        maxWidth  = 3000 
     997        maxHeight = 1500 
    998998        self.SetScrollbars(20, 20, maxWidth/20, maxHeight/20) 
    999999