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 option to disable title bar shrinking when maximized #86

Closed benruehl closed 4 years ago

benruehl commented 4 years ago

This adds the property ShrinkTitleBarWhenMaximized to AdonisWindow. The default value is true. The property can be set to false to keep the original title bar size when the window is maximized.

Resolves #81