diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-06-05 15:11:17 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-06-05 15:11:17 +0300 |
| commit | 3e46bf434c6f8ba56fe812205fd1ea20a1f9d347 (patch) | |
| tree | ac0be4e701ca49450740b32864b4857304ea829c /Software/Visual_Studio/PPC/Modules | |
| parent | 01c810c6a391cf96f7d486b1e41d2c76ecfb51f5 (diff) | |
| download | Tango-3e46bf434c6f8ba56fe812205fd1ea20a1f9d347.tar.gz Tango-3e46bf434c6f8ba56fe812205fd1ea20a1f9d347.zip | |
Present Lubricant Ink with divider, sort the Ink level indicators.
Related Work Items: #8528
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Views/JobEurekaView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Views/JobEurekaView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Views/JobEurekaView.xaml index 613200c02..c31c8036d 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Views/JobEurekaView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Views/JobEurekaView.xaml @@ -258,7 +258,7 @@ <Border Margin="20 0 0 0" BorderThickness="1" Height="44" CornerRadius="12" BorderBrush="{StaticResource TangoMidAccentBrush}" Visibility="{Binding ElementName=segmentsGrid, Path=DataContext.IsWeightView, Converter={StaticResource BooleanToVisibilityInverseConverter}}"> <touch:TouchNumericTextBox Margin="20 0 0 0" Width="192" FocusSelectionMode="SelectAll" HorizontalAlignment="Left" HideUnderline="True" VerticalAlignment="Center" Value="{Binding Length, UpdateSourceTrigger=LostFocus}" VerticalContentAlignment="Center" - StringFormat="0.0" AutoCalculateJogStep="False" + StringFormat="N1" AutoCalculateJogStep="False" HasDecimalPoint="True" Minimum="1" Maximum="1000000" KeyboardContainer="{Binding ElementName=Container}" FontSize="18" ValueChangedEnd="Length_ValueChanged" |
