Skip to content

Commit

Permalink
fixes checkbox saving/loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Llywelwyn committed Jul 25, 2022
1 parent a1ce4b3 commit 109a790
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CharacterRecordsGenerator/RecordEditor.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,17 @@
<CheckBox x:Name="NoBorg" Content="Do Not Borgify"
HorizontalAlignment="Left"
Margin="0,26,0,0"
IsChecked="{Binding Path=NoBorg}"
ToolTip="If the character should not be borged." TabIndex="1" Grid.Column="0" />
<CheckBox x:Name="NoRevive" Content="Do Not Resuscitate"
HorizontalAlignment="Left"
Margin="-10,26,0,0"
IsChecked="{Binding Path=NoRevive}"
ToolTip="If the character should not be revived." TabIndex="2" Grid.Column="1" />
<CheckBox x:Name="NoProsthetic" Content="No Prosthetics"
HorizontalAlignment="Left"
Margin="0,26,0,0"
IsChecked="{Binding Path=NoProsthetic}"
ToolTip="If the character should not be fitted with prosthetics." TabIndex="3" Grid.Column="2" />
</Grid>
<!-- user-resizable stuff is fun! Not. -->
Expand Down

0 comments on commit 109a790

Please sign in to comment.