Dark Gray Theme

 From:  Michael Gibson
9242.44 In reply to 9242.43 
Hi Patrick, yes the problem is the UI is a snapshot of some older files, and it's missing an attribute for setting the browser pane to be resizable.

The file that you need to edit is MainWindowLayout.xml which is in the ui subfolder.

Line #6, the one that defines the browser pane needs to be like this:
code:
	<UIPanel dock="right" resizable="true" defaultWidth="15em" src="moi://ui/BrowserPane.htm"/>


You'll be missing this part: resizable="true" defaultWidth="15em"

once you add those in then your browser pane should resize again.

- Michael