I can set the font in MorphicTextInputFieldAdapter adapt: aModel super adapt: aModel. aModel whenBuiltDo: [ :w | w widget color: Color white. w widget widget textMorph setTextStyle: TextStyle default ] but then still have the wrong cursor size and position. Stephan