diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-04-27 17:49:39 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-04-27 17:49:39 +0300 |
| commit | 252da88f11fae37ff27da293d1e919640ad54e68 (patch) | |
| tree | 50b49a0c9adf513eeb47a6df9456c806974cef9a /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Views | |
| parent | 4412c2ad69064eeb37a002eaa388b161efdc6410 (diff) | |
| download | Tango-252da88f11fae37ff27da293d1e919640ad54e68.tar.gz Tango-252da88f11fae37ff27da293d1e919640ad54e68.zip | |
Color calibration tab - Apply to RML , export data to excel file.
Related Work Items: #6482
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Views')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Views/ColorCalibrationView.xaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Views/ColorCalibrationView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Views/ColorCalibrationView.xaml index 407ad2e9f..04a2dace2 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Views/ColorCalibrationView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Views/ColorCalibrationView.xaml @@ -168,6 +168,12 @@ <TextBlock VerticalAlignment="Center" Margin="10 0 0 0" Text="Apply to Machine"></TextBlock> </StackPanel> </Button> + <Button DockPanel.Dock="Right" HorizontalAlignment="Right" Width="180" Height="36" Margin="0 0 26 0" VerticalAlignment="Center" Command="{Binding ExportColorCalibrationToExcelCommand}" ToolTip="Save color calibration in Excel"> + <StackPanel Orientation="Horizontal"> + <materialDesign:PackIcon Kind="ContentSaveAll" Width="24" Height="24" /> + <TextBlock VerticalAlignment="Center" Margin="10 0 0 0" Text="Save to excel"></TextBlock> + </StackPanel> + </Button> </DockPanel> <Grid Grid.Row="1" > <Grid.RowDefinitions> |
