spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
754 stars 122 forks source link

Added a "dense" style to PersistentSearch #60

Closed michaldivis closed 4 years ago

michaldivis commented 4 years ago

I've added a MaterialDesignPersistentSearchDense style to SearchTemplates.xaml. I've also gave the original PersistentSearch style the name MaterialDesignPersistentSearch and set it as default. One thing I wasn't able to do is have the icons a different size in the MaterialDesignPersistentSearchDense style.

spiegelp commented 4 years ago

@michaldivis Thank you! Please avoid using automatic code formatters for further PRs because they change whole files causing irritations in the git history.

michaldivis commented 4 years ago

@spiegelp I'll remember to keep the formatter turned off next time. Thanks!