Skip to content

Commit 706f7d7

Browse files
authored
Fixed an issue with AutomationProperties on the library cards (#2151)
1 parent a3ceb3d commit 706f7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files/UserControls/Widgets/LibraryCards.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
VerticalAlignment="Stretch"
5050
HorizontalContentAlignment="Stretch"
5151
VerticalContentAlignment="Stretch"
52+
AutomationProperties.Name="{x:Bind AutomationProperties}"
5253
Background="{ThemeResource YourHomeCardBackgroundColor}"
5354
BorderThickness="1"
5455
Click="Button_Click"
@@ -77,7 +78,6 @@
7778
Grid.Row="1"
7879
HorizontalAlignment="Stretch"
7980
VerticalAlignment="Stretch"
80-
AutomationProperties.Name="{x:Bind AutomationProperties}"
8181
FontSize="14"
8282
FontWeight="Medium"
8383
HorizontalTextAlignment="Center"

0 commit comments

Comments
 (0)