MoI GUI Builder released for Mac and PC!

 From:  Michael Gibson
7245.38 In reply to 7245.36 
Hi Jay,

re:
> Is there a way to change this frame?

That's controlled by the class named SceneBrowserSwatchActive in moi.css, in its border property:

.SceneBrowserSwatchActive {
border:1px solid rgb(80,80,80);
border-radius:2px;
}

- Michael