Hi allI'm going over PluggableListMorph extension to see if we can absorb a bit the extension.
PluggableListMorph>>setListFont
"set the font for the list"
StandardFonts chooseFontWithTitle: 'Choose the font for this list'
translated for: self setSelector: #font: getSelector: #font
This shows to me that font should be managed via settings. Stef
