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

Metro texbox not displaying correctly #98

Closed Jon-S117 closed 4 years ago

Jon-S117 commented 4 years ago

For some reason the lower haft of the textbox is not displaying. Is this a common problem?

image

Jon-S117 commented 4 years ago

I fixed the problem. The default height size is 19 it needs to be change to 22

Jon-S117 commented 4 years ago

Issue solved by changing the default size from 19 to 22.