-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Combobox - resizing Issue (width) #145
Comments
Hi @zanderson9, I don't remember the solution at this issue, but I noted that you are using the version rc5 in dev mode, for this reason, maybe you touch the same border inside the UIManager. If yes please restore is and don't use empty border without space. Let me know if you will resolve this issue. |
Hi Vincent, I checked why settings for Combobox. I do not use Empty border without space. My border space is 5,5,5,5. here are all my settings for Combobox: UIManager.put("ComboBox.font", ThemeFont.getRegular()); |
I recall we had this issue before and you resolved it.
But with with the latest changes from development branch, rc5, where you reworked the combobox and arrow behavior, we are encountering this issue again: when selecting from dropdown - not enough room for 2- or 3-digit display, it gets collapsed to ellipse (...)
Select 10 from dropdown
Ellipse is displayed
The text was updated successfully, but these errors were encountered: