[Pkg] The Trunk: PreferenceBrowser-mt.98.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jan 6 09:38:29 UTC 2020


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

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

Name: PreferenceBrowser-mt.98
Author: mt
Time: 6 January 2020, 10:38:28.56543 am
UUID: 6a346053-7cb7-7140-a884-4e1440a97e6c
Ancestors: PreferenceBrowser-mt.97

Slightly improves the button-bar-layout in the preference browser for small window sizes. It behaves similar to the bars in other browsers now.

=============== Diff against PreferenceBrowser-mt.97 ===============

Item was changed:
  ----- Method: PreferenceBrowserMorph>>basicButton (in category 'submorphs - buttons') -----
  basicButton
  
  	^ PluggableButtonMorph new
  		model: self model;
  		offColor: self paneColor;
+ 		hResizing: #spaceFill;
+ 		layoutInset: 4;
- 		hResizing: #shrinkWrap;
- 		layoutInset: (15 at 5 corner: 15 at 5);
  		yourself!



More information about the Packages mailing list