Nicolai Hess wrote
Does not work well in all situations...
Thanks for the great review!
Fix in inbox: SLICE-Issue-13159-ListDialogWindow---Grow-Width-to-Fit-List-SeanDeNigris.2
### This version
- Don't go smaller than the default size
- Make sure fits in world, and it not occluded by docking toolbars
As for the jarring resize, it is because the list is lazy and we don't have enough info during #initialExtent to properly size it. IMHO it's better to have a dialog where you can actually see the info at the cost of a UI glitch, but I'm happy if someone wants to dive into the lazy list process stuff and improve the fix :)
Cheers,
Sean