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@5 corner: 15@5);
yourself!