robloo

Results 191 comments of robloo

@mdtauk Ah, I was not aware of the difference between Segoe Fluent Icons and Fluent UI System Icons. ~Is there an explanation document for the two?~ Is Segoe Fluent Icons...

Note that the top/left margins for positioning in WinUI are done for multi-line text. This allows the actual checkbox, for example, to appear next to the first line instead of...

I had a better idea on how to fix this without loosing functionality. Create two resources for TopLeftMargin and VerticalAlignment. These would be shared and used in the radiobutton and...

It should also be possible to redo the ColorPicker and make it match WinUI if you like. The way I'm building it in Avalonia is fully compositional/re-templatable. So you should...

Some other changes (some required): * (Useful) Use Loaded/Unloaded events * Rename PointerEnter to PointerEntered and PointerLeave to PointerExited per https://github.com/AvaloniaUI/Avalonia/pull/8396 * I'm going to standardize a lot of the...

> also probably won't be much until at least the middle of July when I have more time. No rush, I know it's a lot that's why I offered some...

@amwx I can help upgrading controls and things as needed too.

This one looks interesting. I don't think the problem is with the dirty rect at first look. 1. It looks like there are actually 4 rendering artifacts (marked in red)...

> I believe this artifact issue is related to why we don't want anti-aliasing rounded rect clipping on Skia. Yes, you're very likely correct. Hopefully an update to SkiaSharp is...

Easiest way would be to just pull in the styles you want directly into your app. Otherwise you can specify which controls to skip in the Fluent avalonia theme. ``