Changeset 3031
- Timestamp:
- 04/04/07 19:54:36 (2 years ago)
- Files:
-
- trunk/dabo/lib/datanav2/Form.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/lib/datanav2/Form.py
r3030 r3031 65 65 return 66 66 67 iconPath = "themes/tango/22x22" 67 iconPath = "themes/tango/22x22" 68 tb.SetToolBitmapSize((22,22)) ## need to abstract in dToolBar! 68 69 if self.FormType != 'Edit': 69 70 self.appendToolBarButton("First", "%s/actions/go-first.png" % iconPath, OnHit=self.onFirst,
