13 lines
572 B
XML
13 lines
572 B
XML
<ResourceDictionary
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:ClassModifier="internal">
|
|
<ControlTheme x:Key="{x:Type AdornerLayer}" TargetType="AdornerLayer">
|
|
<Setter Property="DefaultFocusAdorner">
|
|
<FocusAdornerTemplate>
|
|
<Border BorderThickness="{DynamicResource AdornerLayerBorderThickness}"
|
|
BorderBrush="{DynamicResource AdornerLayerStroke}" />
|
|
</FocusAdornerTemplate>
|
|
</Setter>
|
|
</ControlTheme>
|
|
</ResourceDictionary> |