Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'mika-n-jay' into jay
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Jan 20, 2020
2 parents 43f183e + 4cad174 commit 2bc2e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DS4Windows/DS4Forms/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<StackPanel Orientation="Horizontal" Margin="8,0,0,0"
IsEnabled="{Binding FlashHighLatency,FallbackValue='False'}">
<!--<TextBox Text="20" VerticalContentAlignment="Center" />-->
<xctk:IntegerUpDown d:IsHidden="True" Value="20" MinWidth="30" ButtonSpinnerLocation="Right" Increment="1" Maximum="100" Minimum="10" />
<xctk:IntegerUpDown d:IsHidden="True" Value="{Binding FlashHighLatencyAt}" MinWidth="30" ButtonSpinnerLocation="Right" Increment="1" Maximum="100" Minimum="10" />
<Label Content="ms" />
</StackPanel>
</StackPanel>
Expand Down

0 comments on commit 2bc2e60

Please sign in to comment.