mbien opened a new pull request, #9032: URL: https://github.com/apache/netbeans/pull/9032
Text does sometimes not fit into the computed bounds of the completion item using certain fonts. Store the width as double and round the sum up to the nearest int. before: <img width="248" height="93" alt="image" src="https://github.com/user-attachments/assets/b5f0fe13-6650-4409-8934-4475a7e49cb8" /> after: <img width="237" height="103" alt="image" src="https://github.com/user-attachments/assets/adf3b438-ee9b-481a-a512-d8c1dce3d7a3" /> font: Source Code Pro Medium 13 -- 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
