How can I do that?� For the moment, I am doing:

openWelcomeWorkspace

��� (Workspace new
��� acceptContents: '� Welcome to pharo...blah blah

';
��� embeddedInMorphicWindowLabeled: 'Welcome to Pharo')
��� position: 50@120;
��� extent: 800 @ 500;
�� openAsIs


I want to keep the extent, but the position to be centered.

Thanks for any hint,

Mariano