7 lines
401 B
XML
7 lines
401 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Style x:Key="CheckBoxBase" TargetType="{x:Type CheckBox}">
|
|
<Setter Property="Margin" Value="5" />
|
|
<Setter Property="Padding" Value="0" />
|
|
<Setter Property="VerticalAlignment" Value="Center" />
|
|
</Style>
|
|
</ResourceDictionary> |