Allow -10 for the flashAt minimum. Keep the normal increment in effect

This commit is contained in:
Travis Nickles 2020-02-23 02:41:34 -06:00
parent 967c919086
commit dd57d7465d

View File

@ -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" />