punker76 / MahApps.Metro.SimpleChildWindow

A simple child window for MahApps.Metro
MIT License
374 stars 55 forks source link

Text should be in "normal case" instead of upper case #62

Closed zenglian closed 6 years ago

zenglian commented 6 years ago

Seems everything is converted uppercase by default. I think this is not user wants. If I want uppercases somewhere, I will convert it (or specify some property in style) myself. By the way how to keep/set all widgets to use "normal case" (original case) ?

punker76 commented 6 years ago

@liweys I don't know which code do you mean, but here is the default the Normal value...

https://github.com/punker76/MahApps.Metro.SimpleChildWindow/blob/69ed7966d8067fc8a764523f645d0194cf1acf51/src/MahApps.Metro.SimpleChildWindow/ChildWindow.cs#L156