mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-26 16:41:50 +01:00
Allow -10 for the flashAt minimum. Keep the normal increment in effect
This commit is contained in:
parent
967c919086
commit
dd57d7465d
@ -653,7 +653,7 @@
|
||||
<ComboBoxItem Content="Pulse at"/>
|
||||
</ComboBox>
|
||||
<xctk:IntegerUpDown d:IsHidden="True" Value="{Binding FlashAt,FallbackValue=0}" MinWidth="50"
|
||||
Minimum="-1" Maximum="100" Increment="10" />
|
||||
Minimum="-10" Maximum="100" Increment="10" />
|
||||
<Label Content="%" />
|
||||
<Button x:Name="flashColorBtn" Width="20" Height="20" Background="{Binding FlashColor,FallbackValue=Blue}"
|
||||
ToolTip="{lex:Loc Resources:FlashAtTip}" Click="FlashColorBtn_Click" />
|
||||
|
Loading…
Reference in New Issue
Block a user