leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
437 stars 132 forks source link

MaterialTextBox2: Leading Icon too low #313

Open paleiadevelopment opened 2 years ago

paleiadevelopment commented 2 years ago

image When I add a leading icon to a MaterialTextBox2, the icon is too low. It does not begin near the top left corner, but is offset. This happens in all forms, regardless of textbox size, etc.

orapps44 commented 2 years ago

Could you try to change form AutoScaleMode property to any other value than Font ?

paleiadevelopment commented 2 years ago

That sadly makes no difference, I already tried that for the other issue.