[NRTM](GH-3088) Add colors and styles from ModernUI for official controls#3561
[NRTM](GH-3088) Add colors and styles from ModernUI for official controls#3561Evangelink wants to merge 36 commits intoMahApps:developfrom
Conversation
|
@punker76 Could you confirm this is going the direction you were thinking about? |
93eac9d to
2ab21cd
Compare
| <ColumnDefinition Width="*" /> | ||
| <ColumnDefinition Width="Auto" /> | ||
| </Grid.ColumnDefinitions> | ||
| <!-- TODO: MUI - Replace or implement this control --> |
There was a problem hiding this comment.
@punker76 I can either use a metro circle button here or import this ModernButton from MUI, any preference?
| <Setter Property="Template"> | ||
| <Setter.Value> | ||
| <ControlTemplate TargetType="ProgressBar"> | ||
| <!-- TODO: MUI - Import controls or find replacement --> |
|
This comment is not directly related to this PR but adding even more resources made me wonder if I don't prefer to have the theme after and also for font size instead of @punker76 WDYT? |
Hi Guys, BTW is it possible to provide a few different ResourceDictionarys where always just one of them will be used in App.xaml merged Dictionary? So one for Metro-Style, one for Win10-Style, one for MUI-Style and so on? I know that this can be manually done, but it would be cool to have it. Happy coding |
3b8a0c6 to
9c0547c
Compare
I think so. My first 2 points after first review
|
|
@punker76 When creating |
|
@Evangelink /cc @punker76 Here is my suggetion with two examples https://github.com/timunie/MahApps.Metro/tree/DefaultResourceDictionarys Happy coding |
9a8bd89 to
a9d2038
Compare
c1ffaf9 to
b1bf70f
Compare
f174def to
55f365a
Compare
- Styles/MUI/Controls.xaml contains all styles for MUI - Styles/Controls.MUI.xaml sets all MUI styles to controls
Describe the changes you have made to improve this project
Provides colors, brushes and styles for the official controls implemented in ModernUI.
Buttons:

Checkboxes:

Radiobuttons:

Closed Issues
Fix #3088