From 37777424f7b65cf09b48255ce3c984fde8567b8e Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Thu, 27 Apr 2023 10:03:00 +0100 Subject: [PATCH] fixes tab indexes --- CharacterRecordsGenerator/RecordEditor.xaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CharacterRecordsGenerator/RecordEditor.xaml b/CharacterRecordsGenerator/RecordEditor.xaml index 8dc8368..f99d9a2 100644 --- a/CharacterRecordsGenerator/RecordEditor.xaml +++ b/CharacterRecordsGenerator/RecordEditor.xaml @@ -344,37 +344,37 @@ controls:TextBoxHelper.IsSpellCheckContextMenuEnabled="True" VerticalScrollBarVisibility="Auto" ToolTip="Instructions to execute upon death." Grid.Row="1" - Text="{Binding Path=MedicalPostmortem}" TabIndex="10" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalPostmortem}" TabIndex="4" Grid.ColumnSpan="2" /> + Grid.Row="2" Text="{Binding Path=MedicalAllergies}" TabIndex="5" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalCurrentPrescriptions}" TabIndex="6" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalHistory}" TabIndex="7" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalSurgicalHistory}" TabIndex="8" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalPhysicalEvaluations}" TabIndex="9" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalPsychEvaluations}" TabIndex="11" Grid.ColumnSpan="2" />