Center Bar's tools Bottom

 From:  Michael Gibson
3157.3 In reply to 3157.1 
Hi Pilou,

> Does it possible to center Center Bar's tools bottom ?
> (File to Snap Object)

Yes, it's possible to set this up by editing the UI files.

To do that, find the file named CommandBar.htm inside the \ui subfolder, and open it up in a text editor program like notepad for example.

Near the top of the file (on the 5th line), you will find a section that starts with <style>

Add a new entry into this section so it looks like this:

<style>
    body { text-align:center; }

With that one line added into that section, then the next time you run MoI it will have those controls centered.

- Michael