Skip to content

Commit

Permalink
Fix binding error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoooi0 committed Dec 6, 2020
1 parent 723b079 commit 5d8fc40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MultiFunPlayer/Views/RootView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
<materialExtensions:MaterialWindow.TitleTemplate>
<DataTemplate>
<StackPanel Grid.Column="0" Orientation="Horizontal" VerticalAlignment="Center">
<material:PackIcon Style="{StaticResource WindowButtonIconStyle}"
Foreground="White"
<material:PackIcon Foreground="White"
Kind="Play"
Width="30"
Height="30"
Expand Down

0 comments on commit 5d8fc40

Please sign in to comment.