[squeak-dev] The Trunk: System-mt.1305.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Wed Feb 9 16:38:25 UTC 2022


Except for 75% and 150% ... because of the pre-rendered fonts we are currently using for those two.

Best,
Marcel
Am 09.02.2022 17:31:41 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1305.mcz

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

Name: System-mt.1305
Author: mt
Time: 9 February 2022, 5:31:22.718056 pm
UUID: f02afc35-14e5-274f-b5c2-7ca510faef0d
Ancestors: System-mt.1304

Increase standard window extent by about 8% so that the system browsers 'implementors' button's label is not clipped when opening a fresh browser. Works on all scale factors.

=============== Diff against System-mt.1304 ===============

Item was changed:
----- Method: RealEstateAgent class>>initialize (in category 'class initialization') -----
initialize
"Initialize the class variables in the receiver. 5/22/96 sw"
"RealEstateAgent initialize"

StaggerOffset := 6 @ 20.
ReverseStaggerOffset := -6 @ 20.
StaggerOrigin := 200 @ 30.
+ StandardSize := 650 @ 425.!
- StandardSize := 600 at 400.!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220209/102f8a4d/attachment.html>


More information about the Squeak-dev mailing list