change loading icon to Cog

This commit is contained in:
Paddy Xu
2017-05-17 22:02:46 +03:00
parent 482325a479
commit 81971b7e90

View File

@@ -12,7 +12,7 @@
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Control}">
<fa:ImageAwesome Width="40" Height="40" Icon="Refresh" Spin="True" SpinDuration="1" />
<fa:ImageAwesome Width="40" Height="40" Icon="Cog" Spin="True" SpinDuration="1" />
</ControlTemplate>
</Setter.Value>
</Setter>