|
|
|
@ -2,8 +2,8 @@ |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
|
|
|
<Style Selector="PathIcon"> |
|
|
|
<Setter Property="Foreground" Value="{DynamicResource ThemeForegroundColor}" /> |
|
|
|
<Setter Property="Height" Value="16" /> |
|
|
|
<Setter Property="Width" Value="16" /> |
|
|
|
<Setter Property="Height" Value="{DynamicResource IconElementThemeHeight}" /> |
|
|
|
<Setter Property="Width" Value="{DynamicResource IconElementThemeWidth}" /> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
<Viewbox Height="{TemplateBinding Height}" |
|
|
|
|