From d3c16022ce28a12ea879d4143b6712319bc93a04 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Wed, 22 Sep 2021 19:53:03 +0300 Subject: Color selection and fine tuning tool --- Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.cs') diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.cs b/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.cs index 08edc4c6a..18fb0726f 100644 --- a/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.cs +++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.cs @@ -91,7 +91,7 @@ namespace Tango.Touch.Controls set { SetValue(MaximumProperty, value); } } public static readonly DependencyProperty MaximumProperty = - DependencyProperty.Register("Maximum", typeof(double), typeof(TouchNumericTextBox), new PropertyMetadata(100.0)); + DependencyProperty.Register("Maximum", typeof(double), typeof(TouchNumericTextBox), new PropertyMetadata(null)); public double JoggingFactor { -- cgit v1.3.1