2.5 Mac UI

 From:  Michael Gibson
4913.4 In reply to 4913.2 
Hi ed,

> and btw how can I get rid of the tab buttons like construct and transform?

Those are <moi:TabButton> elements, like the Construct one is the one that says:

<moi:TabButton id="ConstructTab">....</moi:TabButton>

What do you want to do with them? You can reduce them in size by removing all the content inside of them, that will make them just a small bar at the top. There are some other pieces of the system that handle hiding and showing palettes if you run out of space, so you probably can't just remove them entirely without also changing some of the logic in SidePaneTabs.js, you'd need to make some functions in there like CompactPaletteHeaders() do nothing.

- Michael