benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Add style to titlebar #24

Closed micah686 closed 4 years ago

micah686 commented 5 years ago

I would like the titlebar to have the style applied to it as well. It looks a little bit out of place when using the dark theme and having the white titlebar. I was thinking along the lines of how ModernUI did their titlebar.

benruehl commented 5 years ago

Absolutely! This is already on my to-do list right after the .NET Core 3.0 support.

micah686 commented 4 years ago

It looks like this issue has been fixed with/after the net core 3.0 addition.

benruehl commented 4 years ago

This is the major part of the 1.12 release (.NET Core support was v1.11). It is merged into the master already and available via NuGet as pre-release 1.12.0-preview2.

I did not close this issue because I am still testing if it works fine on different versions of Windows, different screen resolutions and different UI scalings. But it's fine to close it as well. Additionally, it is still missing documentation.

I am optimistic to finish it very soon, though.