Skip to content

Commit 4627a09

Browse files
committed
feat: pressing enter opens the Task Creation window
1 parent 23ce62d commit 4627a09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Desktop/Project/TasksList.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<Button Grid.Column="1" AutomationProperties.AutomationId="AddTask" HorizontalAlignment="Right"
2121
VerticalAlignment="Center"
2222
Content="+" FontSize="20"
23+
IsDefault="True"
2324
Background="{DynamicResource {x:Static SystemColors.AccentColorBrushKey}}"
2425
Command="{Binding Add}">
2526
</Button>

0 commit comments

Comments
 (0)