Skip to content

Commit

Permalink
Fixed formatting on settings window with display dino stats
Browse files Browse the repository at this point in the history
  • Loading branch information
jamckee authored and Rottenbeer committed Aug 4, 2019
1 parent 2245aa7 commit c137fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LarkatorGUI/SettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
</Border>

<Border Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2">
<TextBlock VerticalAlignment="Center" Margin="0,0,4,0">Display Stats:</TextBlock>
<TextBlock VerticalAlignment="Center" Margin="0,0,4,0">Display stats</TextBlock>
</Border>
<Border Grid.Row="1" Grid.Column="2">
<CheckBox ToolTip="Display Health" IsChecked="{Binding Source={StaticResource Model}, Path=Settings.ShowHealth, Mode=TwoWay}" HorizontalAlignment="Right" Margin="7,4"/>
Expand Down

0 comments on commit c137fb7

Please sign in to comment.