Tool bar - customizing

 From:  Michael Gibson
7971.12 In reply to 7971.11 
Hi Tom, your UI above is for version 2, right? I'll edit your message to indicate that so that people don't try to use it for V3 where it won't work.

> -Decreasing the height of the command bar making it narrower.

The command bar will fit its height to the content inside of it, so you would need to shrink whatever the largest elements are in there in order to make it smaller.


> -Decreasing the size of the Snap - bottons.

Those are fit to the size of the text contained inside of them, so you would need to make the text inside them to be smaller in order for them to shrink.

You can do that by adding a style rule in the <style> block at the top of the file like this:

code:
			moi\:StateButton
			{
				font-size:75%;
			}



> -Delete the text under the icons "optopns and "help" in the Commandbarright.

In version 2 those are contained inside of separate file named CommandBarRight.htm - you will need to add a <style> block to it inside the <head> section, and put in the same rules that were used to hide the text as before, as described previously here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=7971.4

- Michael