9 lines
429 B
XML
9 lines
429 B
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:uc="clr-namespace:BeWo.View.Controls">
|
|
<Style x:Key="BaseCustomerSelectionControl" TargetType="{x:Type uc:CustomerSelectionControl}">
|
|
<Setter Property="Margin" Value="3" />
|
|
<Setter Property="Height" Value="32" />
|
|
</Style>
|
|
</ResourceDictionary> |