Skip to content

Commit

Permalink
Run XAML Styler
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Mar 4, 2024
1 parent 3abab18 commit b8088df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/Primitives/samples/DockPanelSample.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Page x:Class="PrimitivesExperiment.Samples.DockPanelSample"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Expand Down Expand Up @@ -34,11 +34,11 @@
</StackPanel>

<controls:DockPanel x:Name="SampleDockPanel"
HorizontalSpacing="5"
VerticalSpacing="5"
Grid.Column="1"
Background="{ThemeResource CardBackgroundFillColorSecondaryBrush}"
LastChildFill="False">
HorizontalSpacing="5"
LastChildFill="False"
VerticalSpacing="5">
<StackPanel Height="100"
controls:DockPanel.Dock="Top"
Background="Black" />
Expand Down

0 comments on commit b8088df

Please sign in to comment.