Kris Kazmar

Results 4 issues of Kris Kazmar

I have a cross-platform (Windows and Linux) WinForms application. For buttons where the button text wraps to a second line, the first line is always centered, but the second line...

I have a cross-platform (Windows and Linux) WinForms application. Mono is used on Linux. The app allows the language to be toggled dynamically between English and Japanese using font "MS...

I have a cross-platform (Windows and Linux) WinForms application. Cursor.Hide() and Cursor.Show() works correctly natively on Windows, but on Linux/Ubuntu using Mono, it does not. [PrjApc - 2024-03-06.zip](https://github.com/mono/mono/files/14513026/PrjApc.-.2024-03-06.zip) The attached...

The modification at lines 794 thru 824 fixes the issue of centering the text for the 2nd line of a button that has 2 lines of text. The modification at...