Skip to content

Commit

Permalink
Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Fank committed Nov 18, 2018
1 parent a34ccb8 commit b393f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StaticMarker/MarkerControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mc:Ignorable="d"
d:DesignHeight="890" d:DesignWidth="800">
<StackPanel>
<CheckBox Content="Test" Margin="3" IsChecked="{Binding SendMarkerOnJoin}" />
<CheckBox Content="Send GPS marker on player join" Margin="3" IsChecked="{Binding SendMarkerOnJoin}" />

<Label Height="20">
<LineBreak/>
Expand Down

0 comments on commit b393f17

Please sign in to comment.