Skip to content

Commit 4d7e543

Browse files
committed
Do the thing (XAML Styles)
1 parent a1307b8 commit 4d7e543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/GradientSlider/src/GradientSliderStyle.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- 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. -->
1+
<!-- 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. -->
22
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:controls="using:CommunityToolkit.WinUI.Controls">
@@ -15,7 +15,7 @@
1515
<Style x:Key="DefaultGradientSliderStyle"
1616
TargetType="controls:GradientSlider">
1717
<Style.Setters>
18-
<Setter Property="FlowDirection" Value="LeftToRight"/>
18+
<Setter Property="FlowDirection" Value="LeftToRight" />
1919
<Setter Property="Template">
2020
<Setter.Value>
2121
<ControlTemplate TargetType="controls:GradientSlider">

0 commit comments

Comments
 (0)