Skip to content

Commit

Permalink
(GH-3985) Change ContentCharacterCasing for ColorPalette in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Dec 1, 2020
1 parent 9bae8bb commit d974edc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/MahApps.Metro.Samples/MahApps.Metro.Demo/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
<Setter Property="mah:HeaderedControlHelper.HeaderVerticalContentAlignment" Value="Center" />
</Style>

<Style x:Key="MahApps.Styles.ColorPalette.ColorPickerDropDown"
BasedOn="{StaticResource MahApps.Styles.ColorPalette}"
TargetType="{x:Type mah:ColorPalette}">
<Setter Property="mah:ControlsHelper.ContentCharacterCasing" Value="Normal" />
</Style>

</ResourceDictionary>
</Application.Resources>
</Application>

0 comments on commit d974edc

Please sign in to comment.