Changeset 1657
- Timestamp:
- 07/17/07 12:49:02 (1 year ago)
- Files:
-
- gaphas/branches/hw/gaphas/item.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/branches/hw/gaphas/item.py
r1656 r1657 269 269 270 270 # 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) 273 273 274 274 # setup constraints
