We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ce62d commit 4627a09Copy full SHA for 4627a09
1 file changed
Desktop/Project/TasksList.xaml
@@ -20,6 +20,7 @@
20
<Button Grid.Column="1" AutomationProperties.AutomationId="AddTask" HorizontalAlignment="Right"
21
VerticalAlignment="Center"
22
Content="+" FontSize="20"
23
+ IsDefault="True"
24
Background="{DynamicResource {x:Static SystemColors.AccentColorBrushKey}}"
25
Command="{Binding Add}">
26
</Button>
0 commit comments