[squeak-dev] The Trunk: Graphics-mt.480.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Feb 14 09:27:26 UTC 2022


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

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

Name: Graphics-mt.480
Author: mt
Time: 14 February 2022, 10:27:06.43881 am
UUID: 20d902d5-929f-b448-90d2-2a3c1e4f12d2
Ancestors: Graphics-mt.479

Fill "Accessibility" preference category with more related preferences.

=============== Diff against Graphics-mt.479 ===============

Item was changed:
  ----- Method: Cursor class>>useBiggerCursors (in category 'preferences') -----
  useBiggerCursors
  
  	<preference: 'Use bigger mouse cursors'
+ 		categoryList: #(mouse Accessibility)
- 		category: 'mouse'
  		description: 'If true, mouse cursors are scaled up'
  		type: #Boolean>
  	^ UseBiggerCursors ifNil: [false]!

Item was changed:
  ----- Method: DisplayScreen class>>relativeScaleFactor (in category 'preferences') -----
  relativeScaleFactor
  	<preference: 'Scale Factor'
+ 		categoryList: #(Morphic Tools visuals Accessibility)
- 		categoryList: #(Morphic Tools visuals)
  		description: 'Set the size of fonts and tools according to the pixels-per-inch of your display. Can be used to zoom in even further.'
  		type: #String>
  
  	^ Display relativeUiScaleFactor!

Item was changed:
  ----- Method: TextStyle class>>numSpacesPerTab (in category 'preferences') -----
  numSpacesPerTab
  	<preference: 'Tab width (i.e., number of spaces)'
+ 		categoryList: #(tools visuals Accessibility)
- 		categoryList: #(tools visuals)
  		description: 'Amount of spaces to be used when calculating the width of a tab character for a specific font face and point size.'
  		type: #Number>
  	^ NumSpacesPerTab ifNil: [6]!



More information about the Squeak-dev mailing list