Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 5e9aefc

Browse files
AnBucykermau
authored andcommitted
Bind the automation property name for the CollectionEditor launch button to the name of the PropertyEditorControl to satisfy MAS 4.1.2 (#547)
1 parent 188bdd4 commit 5e9aefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.PropertyEditing.Windows/Themes/Resources.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@
14991499
</Grid.ColumnDefinitions>
15001500

15011501
<TextBlock Text="{x:Static prop:Resources.CollectionValue}" Grid.Column="0" />
1502-
<Button Name="launch" Content="{x:Static prop:Resources.Ellipsis}" MinWidth="20" Grid.Column="1" />
1502+
<Button Name="launch" AutomationProperties.Name="{Binding Name}" Content="{x:Static prop:Resources.Ellipsis}" MinWidth="20" Grid.Column="1" />
15031503
</Grid>
15041504
</ControlTemplate>
15051505
</Setter.Value>

0 commit comments

Comments
 (0)