jsuarezruiz / AlohaKit.Controls

A set of .NET MAUI drawn controls.
MIT License
410 stars 46 forks source link

Text Padding in Button. #33

Closed borisoprit closed 1 year ago

borisoprit commented 1 year ago

There is no Padding of the Text in The Button , The property 'Padding' was not found in type 'Button'.

There is no space between the edge of the Button and the Text when using HorizontalTextAlignment="Start"

https://postimg.cc/bdFN6C0C

jsuarezruiz commented 1 year ago

I think this issue will be fixed by https://github.com/dotnet/maui/pull/9944

borisoprit commented 1 year ago

Oke thanks for the reply