Skip to content

Commit bcdc3f3

Browse files
Apply XAML Styler...
1 parent a8bacd0 commit bcdc3f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/Adorners/src/AdornerDecorator.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:ui="using:CommunityToolkit.WinUI">
44

@@ -20,7 +20,8 @@
2020
Basically we need something that arranges the content and the adorner layer within the same space,
2121
we put the AdornerLayer below so it will appear atop all content within the decorated region.
2222
-->
23-
<Grid HorizontalAlignment="{TemplateBinding HorizontalAlignment}" VerticalAlignment="{TemplateBinding VerticalAlignment}">
23+
<Grid HorizontalAlignment="{TemplateBinding HorizontalAlignment}"
24+
VerticalAlignment="{TemplateBinding VerticalAlignment}">
2425
<ContentPresenter Padding="{TemplateBinding Padding}"
2526
HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}"
2627
VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}"

0 commit comments

Comments
 (0)