Skip to content

Commit

Permalink
Update AutomationProperties.Name for SizerBase with namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Apr 19, 2023
1 parent 5502e21 commit 9e4cebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Sizers/src/SizerBase.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. -->
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="using:CommunityToolkit.WinUI.Controls">
Expand Down Expand Up @@ -58,7 +58,7 @@
<Setter Property="Background" Value="{ThemeResource SizerBaseBackground}" />
<Setter Property="HorizontalContentAlignment" Value="Center" />
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="AutomationProperties.Name" Value="ms-resource://CommunityToolkit.Labs.WinUI.SizerBase/CommunityToolkit.Labs.WinUI.SizerBase/Resources/WCT_SizerBase_AutomationName" />
<Setter Property="AutomationProperties.Name" Value="ms-resource://CommunityToolkit.WinUI.Controls.Sizers/CommunityToolkit.WinUI.Controls.Sizers/Resources/WCT_SizerBase_AutomationName" />
<Setter Property="ManipulationMode" Value="TranslateX,TranslateY" />
<Setter Property="Template">
<Setter.Value>
Expand Down

0 comments on commit 9e4cebc

Please sign in to comment.