You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
482 B
Plaintext
9 lines
482 B
Plaintext
1 year ago
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
<Style x:Key="glyphicon" TargetType="{x:Type Path}">
|
||
|
<Setter Property="Width" Value="20"></Setter>
|
||
|
<Setter Property="Height" Value="20"></Setter>
|
||
|
<Setter Property="Fill" Value="Black"></Setter>
|
||
|
<Setter Property="Stretch" Value="Uniform"></Setter>
|
||
|
</Style>
|
||
|
</ResourceDictionary>
|