godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
88.87k stars 20.15k forks source link

Attach Node Script dialog should be wider in order to show more of script path #27977

Open mitchcurtis opened 5 years ago

mitchcurtis commented 5 years ago

The problem can be seen here:

Screen Shot 2019-04-13 at 1 24 07 PM

Each time I create a new script I want to make sure it's in the right place (path) and has the correct file name. The problem is that I have to scroll the text field to the right each time to see the complete path.

It would be good if the dialog was made wider and/or resizable.

Calinou commented 5 years ago

To make the file chosen clearer, file chooser controls could also be made to scroll to the right of the field after selecting a file. Still, I think it's a good idea to widen this dialog slightly.

Calinou commented 3 years ago

@KoBeWi Any opinions on this? What do you think would be a good width for the dialog?

KoBeWi commented 3 years ago

The problem with this dialog is that there is lots of wasted space to the left, which also depends on the language: image Maybe instead of making it looonger, we could just move the path edit (the most important element in terms of needed space) below? image btw in 4.0 the dialog can be resized, so the problem is much less relevant.