How to set all pallets open at once

Next
 From:  simon (NOAH)
10408.1 
Hi
I would like to line up all my pallets down the right hand side, with all of them OPEN at the same time.

My problem is I lose track of where the "actions" are kept because the pallets keep snapping shut on me.

How do I make this happen?

Thanks
:)
  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
10408.2 In reply to 10408.1 
Hi simon, they should only snap shut if there is not enough vertical space for them to be open without a scroll bar appearing.

It's designed to have them collapse instead because it's better to have their header available to see and be targetable with a click without any scrolling. With scrolling you'll have some things not visible at all until you scroll.

Although I don't recommend it, if you would prefer to scroll instead you can set that up by modifying the file SidePaneTabs.js, find the function:

function CompactPaletteHeaders( HeaderToIgnore )

and add a return as the first thing inside it so it looks like this:

code:
function CompactPaletteHeaders( HeaderToIgnore )
{
     return;


That should effectively disable the palette compacting but you'll have a worse problem with scrolling needed 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
Next
 From:  simon (NOAH)
10408.3 In reply to 10408.2 
Michael.

Thanks for your timely response.

This is what mine looks like.
I have lost a quarter of my view to pallets, and there is still tons of unused real estate.
Ill try your thing.





  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:  Michael Gibson
10408.4 In reply to 10408.3 
HI Simon, your side pane is filling up because you installed the mod that ungroups the palettes and makes them all single title ones.

I'd recommend to uninstall that and go back to the regular UI.

That mod can work better if you have a pretty large monitor.

- 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
 

Reply to All Reply to All