I don�t get it sorry.Padding by ten pixels to the left:| leftMargin aParserButton |leftMargin := Morph newwidth: 10;hResizing: #shrinkWrap;vResizing: #spaceFill.aParserButton := PluggableButtonMorph on: self getState: nil action: #parse.aParserButtonhResizing: #spaceFill;vResizing: #shrinkWrap;label: 'Parse'.AlignmentMorph newRowvResizing: #shrinkWrap;hResizing: #spaceFill;layoutInset: 0;addMorph: aParserButton;addMorph: leftMargin;openInWorld
Mind you, I consider Bloc a very good choice, but I fear that we're not able to stress it enough with hard, very advanced GUIs to ensure we're not loosing power compared to Morphic.