[squeak-dev] The Trunk: Morphic-mt.1836.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 30 14:52:34 UTC 2021


Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1836.mcz

==================== Summary ====================

Name: Morphic-mt.1836
Author: mt
Time: 30 December 2021, 3:52:29.277748 pm
UUID: e44ec2f5-70ad-be4b-8f29-b02a12a213a2
Ancestors: Morphic-mt.1835

Reduce the default length of handles/grips to be less prominent in dialogs.

=============== Diff against Morphic-mt.1835 ===============

Item was changed:
  ----- Method: AbstractResizerMorph class>>handleLength (in category 'preferences') -----
  handleLength
  
  	<preference: 'Handle Length'
  		category: 'windows'
  		description: 'AThe size of a grip handle if shown. Can be interpreted as width or height, depending of the resizer orientation. Does not affect the clickable area. See grip thickness for that.'
  		type: #Number>
  			
+ 	^ ((HandleLength ifNil: [16]) * RealEstateAgent scaleFactor) rounded!
- 	^ ((HandleLength ifNil: [25]) * RealEstateAgent scaleFactor) rounded!



More information about the Squeak-dev mailing list