Skip to content

Commit 9e4cebc

Browse files
Update AutomationProperties.Name for SizerBase with namespace change
1 parent 5502e21 commit 9e4cebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Sizers/src/SizerBase.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">
@@ -58,7 +58,7 @@
5858
<Setter Property="Background" Value="{ThemeResource SizerBaseBackground}" />
5959
<Setter Property="HorizontalContentAlignment" Value="Center" />
6060
<Setter Property="VerticalContentAlignment" Value="Center" />
61-
<Setter Property="AutomationProperties.Name" Value="ms-resource://CommunityToolkit.Labs.WinUI.SizerBase/CommunityToolkit.Labs.WinUI.SizerBase/Resources/WCT_SizerBase_AutomationName" />
61+
<Setter Property="AutomationProperties.Name" Value="ms-resource://CommunityToolkit.WinUI.Controls.Sizers/CommunityToolkit.WinUI.Controls.Sizers/Resources/WCT_SizerBase_AutomationName" />
6262
<Setter Property="ManipulationMode" Value="TranslateX,TranslateY" />
6363
<Setter Property="Template">
6464
<Setter.Value>

0 commit comments

Comments
 (0)