mbien opened a new pull request, #6577: URL: https://github.com/apache/netbeans/pull/6577
The layout on many warning/error dialogs looks a bit broken right now when a short message is displayed, while looking serviceable with larger content (#6575 for screenshots).  the reason for that is because the JOptionPane does not compute its minimum size properly as can be seen in the debug snapshot:  if we set it to a more reasonable value (min size ~ icon size), small dialogs look much nicer:   larger dialogs still look as expected:  Looking at the code, it appears as this has been done before for the basic metal LAFs, but wasn't updated for custom LAFs. testing: - don't have any project open - `profile -> insert profiling point` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
