Skip to content

Commit

Permalink
enable spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Dec 9, 2024
1 parent 938e004 commit 5d14dd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ZZZO/ZZZO/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
TargetType="{x:Type TextBox}">
<Setter Property="Margin"
Value="{StaticResource FormMargin}" />
<Setter Property="SpellCheck.IsEnabled"
Value="True"></Setter>
</Style>

<Style BasedOn="{StaticResource {x:Type DatePicker}}"
Expand Down

0 comments on commit 5d14dd1

Please sign in to comment.