leocb / MaterialSkin

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

Change height of textbox #323

Closed puremoco closed 2 years ago

puremoco commented 2 years ago

Hello together,

I am currently trying to implement the MaterialSkin into my project and noticed, that it is not possible to change the height of the TextBox. It is fixed to 48px no matter what I try.

It takes al lot of space which I need.

Is there a workaround to get a smaller textbox?

aa
orapps44 commented 2 years ago

Hello,

Yes, this is normal behaviour to match Material Design spec. You can use UseTallSize property to false to make control smaller (36px instead of 48px).