diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2021-09-22 19:53:03 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2021-09-22 19:53:03 +0300 |
| commit | d3c16022ce28a12ea879d4143b6712319bc93a04 (patch) | |
| tree | b7835789a1f74266eb916641aea56282283aa34d /Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.cs | |
| parent | 7e48879b1a0131852823576da270d4c1b215e4d1 (diff) | |
| download | Tango-d3c16022ce28a12ea879d4143b6712319bc93a04.tar.gz Tango-d3c16022ce28a12ea879d4143b6712319bc93a04.zip | |
Color selection and fine tuning tool
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
