leocb/MaterialSkin

Change height of textbox

puremoco opened this issue · 1 comments

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

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).