Hi,<br><br>I have used this snippet to right align stop button on Toolbox's toolbar:<br>using sugar3.<br><br><b>from sugar3.graphics.toolbarbox import ToolbarBox<br>from sugar3.activity.widgets import StopButton<br>        ....<br>

        </b><b>#add toolbox<br>        toolbox= ToolbarBox(self)<br>        </b><b>#stop button<br>        stop_button=StopButton(self)<br>        toolbox.toolbar.insert(stop_button,-1)</b><br><br>But it is not getting aligned there and is still visible next to previous buttons on toolbar:<br>

<img alt="Inline image 1" src="cid:ii_13c519411575cbeb"><br>Can anyone tell me if I am missing something?<br><br>Cheers!<br>Kartik<br>