Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Deinonychus71 committed Mar 19, 2021
1 parent 707af1b commit c7fa567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<fields:PropertyByteField Label="loop" Value="{Binding StreamPropertyViewModel.Loop, Mode=TwoWay}" ToolTip="[Byte]" />
<fields:PropertyTextField x:Name="EndPoint" Label="end_point" Text="{Binding StreamPropertyViewModel.EndPoint, Mode=TwoWay}" ToolTip="[String]" />
<fields:PropertyUShortField Label="fadeout_frame" Value="{Binding StreamPropertyViewModel.FadeOutFrame, Mode=TwoWay}" ToolTip="[UShort]" />
<fields:PropertyTextField x:Name="StartPointSuddenDeath" Label="start_point_suddendeath" Text="{Binding StreamPropertyViewModel.StartPointSuddenDeath, Mode=TwoWay}" ToolTip="[String] Indicate when the song should start during deathmatch." />
<fields:PropertyTextField x:Name="StartPointSuddenDeath" Label="start_point_suddendeath" Text="{Binding StreamPropertyViewModel.StartPointSuddenDeath, Mode=TwoWay}" ToolTip="[String] Indicate when the song should start during sudden death." />
<fields:PropertyTextField x:Name="StartPointTransition" Label="start_point_transition" Text="{Binding StreamPropertyViewModel.StartPointTransition, Mode=TwoWay}" ToolTip="[String] Indicate when the song should start while morphing to another stage." />
</StackPanel>
<StackPanel Grid.Row="0" Grid.Column="2" HorizontalAlignment="Stretch">
Expand Down

0 comments on commit c7fa567

Please sign in to comment.