benruehl / adonis-ui

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

Allow hiding of the window title in the title bar #127

Closed marcinkurek closed 3 years ago

marcinkurek commented 3 years ago

I would like to accomplish this with Adonis UI:

Bez tytułu

I tried that by setting IconVisibility to false and TitleBar to an empty string, but that creates two issues:

I can contribute this change if the feature request gets accepted.

benruehl commented 3 years ago

Yes you're right, that's an issue I noticed as well. I think a property TitleVisibility would come in handy here.

If you'd like to add this, please just go ahead. This contribution would be very welcome, as well as your other suggestion. Otherwise I will put it on the to-do list.

marcinkurek commented 3 years ago

OK I'm picking this up

marcinkurek commented 3 years ago

Done: https://github.com/benruehl/adonis-ui/pull/128