leocb / MaterialSkin

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

ShowAssistiveText must be set on `False` by default #270

Closed valimaties closed 2 years ago

valimaties commented 2 years ago

Hi. I like the new property, but it must be set on false by default, because when I rebuild my solution all my textboxes has changed size and overlapped existing controls on form. There are only some cases when this AssistiveText should be visible (true), but by default, I think it must be set on False in each control's constructor.

Regards, Vali

orapps44 commented 2 years ago

Yes, you're right.