IgnaceMaes / MaterialSkin

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

AutoSize Property Bug #152

Closed SkyEngine-OSP closed 7 years ago

SkyEngine-OSP commented 7 years ago

There seems to be an issue with the AutoSize property on both RaisedButton and FlatButton controls.

While it is possible to turn the said property off and resize as to the developer's will. After saving and closing the form, then reopening, the property is reset to AutoSize = True and the custom size is overridden.

ubergonmx commented 7 years ago

MaterialSkin.zip I fixed it :) , I committed on my fork... (this includes also the issue in ReadOnly on MaterialSingleLineTextField)

SkyEngine-OSP commented 7 years ago

cool ! Thanks @ubergonmx