ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
167 stars 35 forks source link

Tree view > Adjust Width Area #220

Closed kellers76 closed 1 year ago

kellers76 commented 1 year ago

is it possible to adjust the width of the tree view area? I have long field names and do not see everything or can not currently adjust the width

Pconti31 commented 1 year ago

@kellers76 I can't do it dynamically like my support for dragging the TFT Simulation or Property View. Seems to be a limitation of the Java Swing components that I'm using. I have tried, many times, but can't seem to make it work...

However, It would be possible to add a user preference field to set the size of the tree view. I'll look into that for a future release. Paul--

Pconti31 commented 1 year ago

@kellers76 Turns out I finally figured out how to support users dynamically dragging the TreeView panel to resize. The size will be stored so the next time you open the Builder the TreeView will be the size you created. This will be in Release 0.17.b16 Sometime today or tomorrow.

Pconti31 commented 1 year ago

@kellers76 Should be fixed in Release 0.17.b16.

I would appreciate an acknowledgment whether or not this fixes your issue. If so, adding a star would be nice. Paul--

Pconti31 commented 1 year ago

fixed Release 0.17.b16