Changeset 9430
- Timestamp:
- 07/06/09 12:06:36 (4 years ago)
- Files:
-
- 1 modified
-
ossiedev/branches/0.7.x/tools/alf/ALF.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/0.7.x/tools/alf/ALF.py
r9426 r9430 994 994 ogl.ShapeCanvas.__init__(self, parent) 995 995 996 maxWidth = 2100997 maxHeight = 1 000996 maxWidth = 3000 997 maxHeight = 1500 998 998 self.SetScrollbars(20, 20, maxWidth/20, maxHeight/20) 999 999