diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-02-16 18:05:43 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-02-16 18:05:43 +0200 |
| commit | c4f90cfc1387d1bb1a9ea7f69b1058a7b70e3d49 (patch) | |
| tree | d736146636231e2bf2a39fd7a3c6045063c6d8ad /Software/Visual_Studio/MachineStudio/Modules | |
| parent | 591fb3cbef11e81cbf734df5a92826ac5dbd7af8 (diff) | |
| download | Tango-c4f90cfc1387d1bb1a9ea7f69b1058a7b70e3d49.tar.gz Tango-c4f90cfc1387d1bb1a9ea7f69b1058a7b70e3d49.zip | |
Several bug fixes.
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"> |
