You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really love your library and MahApps.Metro together. MahApps.Metro got many breaking changes with version 2.x. Almost every ResourceKey got a new name, for example:
Note:
If anyone is planning to use this. I fixed it for the Dark.Green.xaml theme I was using.
So it could be you need to make some small modifications to make it match your theme.
Hi @ButchersBoy
I really love your library and MahApps.Metro together. MahApps.Metro got many breaking changes with version 2.x. Almost every
ResourceKey
got a new name, for example:BlackBrush
is nowMahApps.Brushes.ThemeForeground
AccentBrush
is nowMahApps.Brushes.Accent
more Info: https://mahapps.com/docs/guides/migration-to-v2.0
This makes now much more sense to the users, but makes the provided MahApps-Styles unusable if one updates MahApps.
How should we proceed here?
Style
and make a PR here?ResourceDictionary
calledMahApps_v2.xaml
to avoid breaking changes (I can also make a PR)Thank you and happy coding
Tim
The text was updated successfully, but these errors were encountered: