libgdx / gdx-liftoff

A modern setup tool for libGDX Gradle projects
Apache License 2.0
529 stars 50 forks source link

Accomodate long path strings #167

Closed raeleus closed 4 months ago

raeleus commented 4 months ago

This is my preferred resolution for #164. This allows for longer paths to be cleanly displayed without affecting the layout of the rest of the app. Increasing the size of the root table is not desired because it increases the amount of white space and makes text strings to be horizontally too long.

tommyettinger commented 4 months ago

OK, so it still works, I just previewed it. java_G97wlVWoUG

I do think having a wider inner window is good for the third-party screen, but like with the new way, wrapping helps...