Skip to content

Commit

Permalink
Remove styling from MessageDialog buttons
Browse files Browse the repository at this point in the history
This change is not needed. (MahApps#1755)
  • Loading branch information
soend committed Jan 30, 2015
1 parent 82a433a commit 44897b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MahApps.Metro/Themes/Dialogs/MessageDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,18 @@
<Button x:Name="PART_NegativeButton"
Height="35"
MinWidth="80"
Style="{DynamicResource AccentedDialogSquareButton}"
Content="{Binding NegativeButtonText, RelativeSource={RelativeSource AncestorType=Dialogs:MessageDialog, Mode=FindAncestor}, UpdateSourceTrigger=PropertyChanged}"
Margin="5 0 5 0" />
<Button x:Name="PART_FirstAuxiliaryButton"
Height="35"
MinWidth="80"
Visibility="Collapsed"
Style="{DynamicResource AccentedDialogSquareButton}"
Content="{Binding FirstAuxiliaryButtonText, RelativeSource={RelativeSource AncestorType=Dialogs:MessageDialog, Mode=FindAncestor}, UpdateSourceTrigger=PropertyChanged}"
Margin="5 0 5 0" />
<Button x:Name="PART_SecondAuxiliaryButton"
Height="35"
MinWidth="80"
Visibility="Collapsed"
Style="{DynamicResource AccentedDialogSquareButton}"
Content="{Binding SecondAuxiliaryButtonText, RelativeSource={RelativeSource AncestorType=Dialogs:MessageDialog, Mode=FindAncestor}, UpdateSourceTrigger=PropertyChanged}"
Margin="5 0 0 0" />
</StackPanel>
Expand Down

0 comments on commit 44897b9

Please # to comment.