Skip to content

Commit

Permalink
Fixed text on top down values.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Feb 16, 2024
1 parent 1de0af6 commit 8547d00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</RadioButton>

<StackPanel Visibility="{Binding AccelerationValuesVisibility}">
<TextBlock Text="{x:Static localization:Texts.SlowDownTime}" />
<TextBlock Text="Speed Up Time:" />
<TextBox HorizontalAlignment="Left" Width="50" Text="{Binding AccelerationTime}"
KeyUp="TextBox_KeyEnterUpdate">
<TextBox.ToolTip>
Expand Down

0 comments on commit 8547d00

Please sign in to comment.