Bugfix Rechtschreibprüfung in der Zeiterfassung

This commit is contained in:
2026-03-10 00:23:25 +01:00
parent 7324b78f9b
commit 69d466b45e

View File

@@ -1763,7 +1763,7 @@
FontSize="{Binding Path=DocumentationTextBoxFontSize, UpdateSourceTrigger=PropertyChanged, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type zeit:ServiceRecordView2}}}"
HorizontalScrollBarVisibility="Hidden"
Language="de-DE"
SpellCheck.IsEnabled="False"
SpellCheck.IsEnabled="True"
Text="{val:ValidationBinding Path=PrototypeVM.Notice,
UpdateSourceTrigger=PropertyChanged}"
TextWrapping="Wrap"