From 9cfbf1d624e75d03fb8256adfffb24d10cbda792 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Sun, 22 May 2022 14:39:53 +0300 Subject: Vector Fine Tuning - a little changes in report and notifications Related Work Items: #6536 --- .../Visual_Studio/Tango.Touch/Controls/TouchNumericUpDownConrol.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Touch/Controls') diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericUpDownConrol.xaml b/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericUpDownConrol.xaml index 9cfb89767..8eea1bfbe 100644 --- a/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericUpDownConrol.xaml +++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericUpDownConrol.xaml @@ -82,7 +82,7 @@ + Value="{Binding Value,RelativeSource={RelativeSource AncestorType=local:TouchNumericUpDownConrol}}" Minimum="{Binding MinValue,RelativeSource={RelativeSource AncestorType=local:TouchNumericUpDownConrol}}" Maximum="{Binding MaxValue,RelativeSource={RelativeSource AncestorType=local:TouchNumericUpDownConrol}}" HasDecimalPoint="True" StringFormat="0.##"/> -- cgit v1.3.1