NineWorlds / xstreamer

XStreamer X-Wing Squad and Imperial Assault Army Helper for Twitch and YouTube Streamers
MIT License
8 stars 3 forks source link

Fix issue with expanding of TreeView width #35

Closed kingargyle closed 7 years ago

kingargyle commented 7 years ago

When clicking a entry in the TreeView for Pilots, the width will change. There is probably an API setting I'm missing telling it not to expand beyond the current width.

kingargyle commented 7 years ago

Check into using TreeColumunLayout to control the actual width of the TreeViewer.

http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjface%2Flayout%2FTreeColumnLayout.html

kingargyle commented 7 years ago

Improves things, but doesn't fix things entirely. It seems it is the TreeViewer itself that is causing the issue.