-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filename field in file annotations tab is too small when filename exceeds length of field #2676
Comments
We should just not show the full name before clicking on the dropdown field if possible. |
I guess it would be better to show only the filename without the path. |
Would also be ok. Potentially the easiest way to bypass the length problem. But still, the field should be able to abbreviate this automatically?! |
can't we use the magic being done for the labelling of our tabs of opened
libraries?
Am 21.03.2017 14:59 schrieb "Stefan Kolb" <[email protected]>:
… Would also be ok. Potentially the easiest way to bypass the length
problem. But still, the field should be able to abbreviate this
automatically?!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2676 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABTafsjyL9wBta1WwObMZ2la6Y8yQBHpks5rn9fegaJpZM4Mj0Yv>
.
|
I have created a PR for this (#2684). In my opinion it was easier to show only the file than to fiddle around with the internals of the JComboBox of Swing. |
Happens when filename is too long for the default field length.
The text was updated successfully, but these errors were encountered: