neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
222 stars 56 forks source link

Fix password field width #135

Closed ilyin371 closed 4 years ago

ilyin371 commented 4 years ago

Put port field under the host field on the same grid column, so that it is always visible on the form even when a long password string breaks the layout. image

dwitry commented 4 years ago

Is it possible to make password field same length/resizable as other fields to make form look consistent?

image