Jérôme Laban
Jérôme Laban
@mergifyio backport release/stable/5.3
@mergifyio backport release/stable/5.2
@mergifyio backport release/stable/5.3
This feels like the styles available from the WinUI sources have changed in recent versions, or it may be a change included from the `ListViewItemPresenter`. It would be interesting to...
We do not have a fix for this yet, the only way around this is to avoid having the same default namespace for assemblies.
@ramezgerges It feels like we should be adjusting this so that we have the same rendering. Is this a value that is not aligned with WinUI's default templates? Or maybe...
Looking at it further, as Ramez is mentioning, since the default fonts are not the same between platforms, the automatic sizing and alignment may not match. Here's an example on...
Thanks. It feels like adjusting the fonts using OpenSans (in https://github.com/unoplatform/uno/pull/15958) which has similar characteristics will be the best course of action here.
We're still working on this issue, variable fonts supports is causing trouble with the current sizing of controls. The font is different on every platform (the closest to Segoe UI),...
Fixed by https://github.com/unoplatform/uno/issues/3954