Changeset 1657

Show
Ignore:
Timestamp:
07/17/07 12:49:02 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- typos fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/branches/hw/gaphas/item.py

    r1656 r1657  
    269269 
    270270        # create minimal size constraints 
    271         self._c_min_w = LessThanConstraint(smaller=h_nw.y, bigger=h_se.y, delta=10) 
    272         self._c_min_h = LessThanConstraint(smaller=h_nw.x, bigger=h_se.x, delta=10) 
     271        self._c_min_w = LessThanConstraint(smaller=h_nw.x, bigger=h_se.x, delta=10) 
     272        self._c_min_h = LessThanConstraint(smaller=h_nw.y, bigger=h_se.y, delta=10) 
    273273 
    274274        # setup constraints