Side pane width?

Next
 From:  Cornel
10557.1 
Hi,

is there an easy way to increase the width of the side pane?
I would love to have it on the left side, but words get cropped off.
Wish we could just click and drag the border.

Moi 4.0, Windows 10, Dark Gray Theme, Custom UI, Custom UI Bar.

Thanks,
-Cornel
Image Attachments:
Size: 62.9 KB, Downloaded: 22 times, Dimensions: 630x816px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
10557.2 In reply to 10557.1 
Hi Cornel, yes starting with version 4 you can just drag on the edge of the Scene Browser pane to make it wider.

Here's a demo:




If it doesn't work for you then it's probably due to one of the UI mods that you have installed.

You probably have ended up with an old v3 version of MainWindowLayout.xml in there missing the resizable="true" attribute. Your MainWindowLayout.xml file should look like this:

code:
<UILayout>
	<UIPanel dock="right" src="moi://ui/SidePane.htm"/>
	
	<UIPanel dock="bottom" src="moi://ui/CommandBar.htm"/>

	<UIPanel dock="right" resizable="true" defaultWidth="15em" src="moi://ui/BrowserPane.htm"/>
	
	<ViewPanel dock="fill" />
</UILayout>


Check if you don't have the resizable="true" as on line #6 above. If not you have an old version of that file from v3, put in the above contents instead.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Cornel
10557.3 
@Michael,

you Sir, are absolutely amazing with the MOI support here.
resizable="true" in BrowserPane.htm did the trick.

Thank you.

Cheers,
Cornel
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All