Skip to content

Commit 04caeef

Browse files
committed
feat: Task editing can be confirmed with enter
1 parent a1f67e1 commit 04caeef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Desktop/Tasks/TaskEditing.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Label Content="_Description:" Target="{Binding ElementName=Description}" />
1313
<TextBox Name="Description" Height="75" AcceptsReturn="True" TextWrapping="Wrap"
1414
VerticalAlignment="Stretch" />
15-
<Button Content="Save" HorizontalAlignment="Right" Click="SaveTask" />
15+
<Button IsDefault="True" Content="Save" HorizontalAlignment="Right" Click="SaveTask" />
1616
</StackPanel>
1717
</Grid>
1818
</Window>

0 commit comments

Comments
 (0)