diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-10-23 21:18:50 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-10-23 21:19:18 +0300 |
| commit | b428d54cba43ad40cf422ef6e69ccb85d8f4a146 (patch) | |
| tree | 1f58eb8341ef4c18367428fd0b3bf6cfa03a109e /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/RestartingSystemView.xaml | |
| parent | 9e5e3823681c24db9db82fc0ece8a90ecb917cf3 (diff) | |
| download | Tango-b428d54cba43ad40cf422ef6e69ccb85d8f4a146.tar.gz Tango-b428d54cba43ad40cf422ef6e69ccb85d8f4a146.zip | |
PPC. New images - backup_restore, machine-image and machine for X4.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/RestartingSystemView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/RestartingSystemView.xaml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/RestartingSystemView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/RestartingSystemView.xaml index dd4d2f5d5..abc2ce9c5 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/RestartingSystemView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/RestartingSystemView.xaml @@ -12,7 +12,18 @@ <Grid> <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center"> <Grid Margin="0 100 0 0"> - <Image Source="/Images/machine.png" Stretch="Uniform" Width="250" RenderOptions.BitmapScalingMode="Fant"></Image> + <Image Stretch="Uniform" Width="250" RenderOptions.BitmapScalingMode="Fant"> + <Image.Style> + <Style TargetType="{x:Type Image}"> + <Setter Property="Source" Value="/Images/machine.png"/> + <Style.Triggers> + <DataTrigger Binding="{Binding BuildProvider.IsEureka}" Value="true"> + <Setter Property="Source" Value="/Images/machine-X4.png"/> + </DataTrigger> + </Style.Triggers> + </Style> + </Image.Style> + </Image> <touch:TouchBusyIndicator Foreground="{StaticResource TangoGrayBrush}" Width="350" Height="350" IsIndeterminate="{Binding IsVisible}" /> </Grid> |
