Skip to content

Commit 18524dd

Browse files
authored
Merge pull request #611 from mgnslndh/flyout-header-button-content
Use a "chevron" icon for flyout back button
2 parents 092f551 + 78d618a commit 18524dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MaterialDesignThemes.MahApps/Themes/MaterialDesignTheme.MahApps.Flyout.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
IsCancel="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Controls:Flyout}}, Path=CloseButtonIsCancel}"
2727
Visibility="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Controls:Flyout}}, Path=CloseButtonVisibility}">
2828
<ContentControl Style="{DynamicResource PathIconContentControlStyle}"
29-
Content="M19,34V42H43.75L33.75,52H44.25L58.25,38L44.25,24H33.75L43.75,34H19Z"
30-
Width="20"
31-
Height="20" />
29+
Content="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"
30+
Width="16"
31+
Height="16" />
3232
</Button>
3333
<TextBlock x:Name="PART_BackHeaderText"
3434
Margin="15 0 0 0"

0 commit comments

Comments
 (0)