Skip to content

Commit

Permalink
(GH-3587) Rename MahApps.Styles.Button.HighlightedSquare to MahApps.S…
Browse files Browse the repository at this point in the history
…tyles.Button.Square.Highlight
  • Loading branch information
punker76 committed May 16, 2020
1 parent 9237de6 commit dde8f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MahApps.Metro/Styles/Controls.Buttons.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
</Setter>
</Style>

<Style x:Key="MahApps.Styles.Button.HighlightedSquare"
<Style x:Key="MahApps.Styles.Button.Square.Highlight"
BasedOn="{StaticResource MahApps.Styles.Button.Square}"
TargetType="{x:Type ButtonBase}">
<Setter Property="Background" Value="{DynamicResource MahApps.Brushes.Highlight}" />
Expand Down
2 changes: 1 addition & 1 deletion src/MahApps.Metro/Themes/Dialogs/BaseMetroDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</Style>

<Style x:Key="MahApps.Styles.Button.Dialogs.AccentHighlight"
BasedOn="{StaticResource MahApps.Styles.Button.HighlightedSquare}"
BasedOn="{StaticResource MahApps.Styles.Button.Square.Highlight}"
TargetType="{x:Type ButtonBase}">
<Setter Property="MinHeight" Value="35" />
<Setter Property="MinWidth" Value="80" />
Expand Down

0 comments on commit dde8f1e

Please # to comment.