ImageEditor.st
changeset 2423 0c5ac1daf0e4
parent 2420 14678b9fea60
child 2424 12831cc181ba
equal deleted inserted replaced
2422:d85ddb9b2355 2423:0c5ac1daf0e4
  3809 !
  3809 !
  3810 
  3810 
  3811 preferredExtent
  3811 preferredExtent
  3812     "returns the preferred extent"
  3812     "returns the preferred extent"
  3813 
  3813 
  3814     ^super preferredExtent max: (Screen current width//3)@(Screen current height//3.5)
  3814     ^ super preferredExtent max: (Screen current width//3)@(Screen current height//3.5)
  3815 
       
  3816 
       
  3817 ! !
  3815 ! !
  3818 
  3816 
  3819 !ImageEditor methodsFor:'selection'!
  3817 !ImageEditor methodsFor:'selection'!
  3820 
  3818 
  3821 magnification
  3819 magnification