dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

MetroMessageBox problem with text display #78

Closed dragomirg closed 5 years ago

dragomirg commented 5 years ago

I use the latest version of the MetroFramework in a C# project an when I try to display a string with length 237 it doesn't display the full text. Also, I use the parameter "MessageBoxButtons.YesNoCancel" and the "Yes" button is not displayed correctly. Please, check the attached screenshot. Any idea how to fix this?

image

dragomirg commented 5 years ago

OK, prolem solved