[squeak-dev] The Trunk: System-ct.1362.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 16 17:03:42 UTC 2022


Christoph Thiede uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-ct.1362.mcz

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

Name: System-ct.1362
Author: ct
Time: 16 June 2022, 7:03:21.253667 pm
UUID: dd1331ca-d512-eb4a-8dc2-64c9d71ad07e
Ancestors: System-eem.1361

Renames #windowScaleFactor preference. The term 'tool window' is not widespread in Squeak and just makes the preference title unnecessary long.

See: https://lists.squeakfoundation.org/pipermail/squeak-dev/2022-June/221107.html

=============== Diff against System-eem.1361 ===============

Item was changed:
  ----- Method: RealEstateAgent class>>windowScaleFactor (in category 'preferences') -----
+ windowScaleFactor 
+ 	<preference: 'Scale Factor for Default Window Extent'
- windowScaleFactor
- 	<preference: 'Scale Factor for Default Extent of Tool Windows'
  		categoryList: #(Morphic Tools Accessibility)
+ 		description: 'The extent of windows is tweaked for a world extent of 1024 at 768 (or its scaled equivalent). If you have a larger screen available, you might want to increase a tool''s default extent. Note that you can also increase the system''s overall scale factor instead.'
- 		description: 'The extent of tool windows is tweaked for a world extent of 1024 at 768 (or its scaled equivalent). If you have a larger screen available, you might want to increase a tool''s default extent. Note that you can also increase the system''s overall scale factor instead.'
  		type: #String>
  	^ WindowScaleFactor ifNil: [1.0]!



More information about the Squeak-dev mailing list