Changeset 3031

Show
Ignore:
Timestamp:
04/04/07 19:54:36 (2 years ago)
Author:
paul
Message:

Icons were all jumbled together on windows, because the default ToolBitmapSize? was (16,15). Testing on other platforms now...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/lib/datanav2/Form.py

    r3030 r3031  
    6565            return 
    6666     
    67         iconPath = "themes/tango/22x22"  
     67        iconPath = "themes/tango/22x22" 
     68        tb.SetToolBitmapSize((22,22))  ## need to abstract in dToolBar!  
    6869        if self.FormType != 'Edit': 
    6970            self.appendToolBarButton("First", "%s/actions/go-first.png" % iconPath, OnHit=self.onFirst,