Files
BeWoPlaner/BeWo/Styles/ControlStyles/CustomControlsStyles.xaml
2024-09-19 15:34:32 +02:00

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>