How to add Transform > Align icons to bottom of screen?

 From:  Michael Gibson
8146.4 In reply to 8146.3 
Hi Ed, yup it's possible to make "Move as group" to be enabled by default. To do this, edit the file Align.htm which is in the commands folder. Find the line near the end that makes the "Move as group" checkbox and add an attribute default="true" on it so it looks like this (you can copy/paste the following line over top of the current one):

code:
<moi:CheckButton id="MoveAsGroup" default="true"><moi:Text textid="Align move as group checkbox"/></moi:CheckButton>


With that added it should start out checked.

- Michael