diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-02-16 22:30:33 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-02-16 22:30:33 +0200 |
| commit | dc31b68a5403ed108e61dd15cef52f0d0683cb09 (patch) | |
| tree | 17e4b6cdb6f10669d5f0ced9a7913d2dce966462 /Software/Visual_Studio/MachineStudio/Modules | |
| parent | 5f8a6184e8c0b6de2e61fd9845378eb4324c50a6 (diff) | |
| parent | 62692376bc573b56c30b9d61e47753ff7c113871 (diff) | |
| download | Tango-dc31b68a5403ed108e61dd15cef52f0d0683cb09.tar.gz Tango-dc31b68a5403ed108e61dd15cef52f0d0683cb09.zip | |
Merged updated software branch.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml index 66489e131..4217d9712 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml @@ -762,7 +762,7 @@ <DataTemplate> <DockPanel> <StackPanel DockPanel.Dock="Left"> - <TextBlock Text="{Binding Name}" FontWeight="Bold" FontStyle="Italic"></TextBlock> + <TextBlock Text="{Binding FinalName}" FontWeight="Bold" FontStyle="Italic"></TextBlock> <TextBlock FontSize="11" Text="{Binding Manufacturer}" Foreground="Gray"></TextBlock> </StackPanel> <TextBlock Margin="20 0 0 0" VerticalAlignment="Center" HorizontalAlignment="Right"> |
