Skip to content

Commit

Permalink
Merge branch 'sabihoshi-feat-saturation' into jay
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed May 4, 2021
2 parents caec143 + 3b1e296 commit 9bee23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DS4Windows/DS4Forms/ProfileEditor.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,8 @@
<xctk:IntegerUpDown MinWidth="30" Height="30" Minimum="0" Maximum="60" Increment="1" Margin="8,0,0,0"
Value="{Binding Rainbow,FallbackValue=5}" IsEnabled="{Binding RainbowExists}" />
<Label Content="secs/cycle" Padding="0" Margin="8,0,0,0" VerticalContentAlignment="Center" />
<StackPanel Margin="8,0,0,0">
<Label Content="Max Sat." />
<StackPanel Margin="8,0,0,0" VerticalAlignment="Center">
<TextBlock Text="{Binding MaxSatRainbow,FallbackValue=100,StringFormat=Max Sat. {0:N2}%}" Margin="0,0,0,5" />
<Slider Value="{Binding MaxSatRainbow,FallbackValue=100}" Minimum="0" Maximum="100" Width="100" IsEnabled="{Binding RainbowExists}" />
</StackPanel>
</StackPanel>
Expand Down

0 comments on commit 9bee23d

Please sign in to comment.