IgnaceMaes / MaterialSkin

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

MaterialLabel text is offset by 1 character when on MaterialTabControl tab page #167

Closed nommiin closed 6 years ago

nommiin commented 7 years ago

Label inside of designer image

Label on built (debug) project image

nommiin commented 7 years ago

Problem seems to be fixed by creating a "MaterialContextMenuStrip" control

IgnaceMaes commented 6 years ago

This issue is caused because the borders of the original tab control are removed at runtime.

See #125