We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f67e1 commit 04caeefCopy full SHA for 04caeef
1 file changed
Desktop/Tasks/TaskEditing.xaml
@@ -12,7 +12,7 @@
12
<Label Content="_Description:" Target="{Binding ElementName=Description}" />
13
<TextBox Name="Description" Height="75" AcceptsReturn="True" TextWrapping="Wrap"
14
VerticalAlignment="Stretch" />
15
- <Button Content="Save" HorizontalAlignment="Right" Click="SaveTask" />
+ <Button IsDefault="True" Content="Save" HorizontalAlignment="Right" Click="SaveTask" />
16
</StackPanel>
17
</Grid>
18
</Window>
0 commit comments