We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ceb3d commit 706f7d7Copy full SHA for 706f7d7
Files/UserControls/Widgets/LibraryCards.xaml
@@ -49,6 +49,7 @@
49
VerticalAlignment="Stretch"
50
HorizontalContentAlignment="Stretch"
51
VerticalContentAlignment="Stretch"
52
+ AutomationProperties.Name="{x:Bind AutomationProperties}"
53
Background="{ThemeResource YourHomeCardBackgroundColor}"
54
BorderThickness="1"
55
Click="Button_Click"
@@ -77,7 +78,6 @@
77
78
Grid.Row="1"
79
HorizontalAlignment="Stretch"
80
- AutomationProperties.Name="{x:Bind AutomationProperties}"
81
FontSize="14"
82
FontWeight="Medium"
83
HorizontalTextAlignment="Center"
0 commit comments