diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-01-05 01:12:37 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-01-05 01:12:37 +0200 |
| commit | de4b469ee790b837f2ecf1e0c549a54da79f5667 (patch) | |
| tree | dd7931a503f7c66c317848c7e13cc0b95873f7bd /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml | |
| parent | 2540681520f748e160f4e0c8a8105d495b34a1f3 (diff) | |
| download | Tango-de4b469ee790b837f2ecf1e0c549a54da79f5667.tar.gz Tango-de4b469ee790b837f2ecf1e0c549a54da79f5667.zip | |
Updated thread loading wizard images.
Enable new thread loading/reset thread loading only in technician mode.
Changed "Thread Break Wizard" to "Thread Loading Wizard".
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml index aa1c4dda1..9bd8f6f0a 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml @@ -13,7 +13,7 @@ <DockPanel> <StackPanel DockPanel.Dock="Top" Margin="0 30 0 0"> <Image HorizontalAlignment="Center" Source="/Images/thread_loading.png" Stretch="None"></Image> - <TextBlock HorizontalAlignment="Center" FontSize="{StaticResource TangoHeaderFontSize}" Margin="0 30 0 0">Thread Loading</TextBlock> + <TextBlock HorizontalAlignment="Center" FontSize="{StaticResource TangoHeaderFontSize}" Margin="0 30 0 0">Thread Loading Wizard</TextBlock> </StackPanel> <Grid Margin="0 20 0 0"> @@ -26,7 +26,7 @@ </UniformGrid> <DockPanel Margin="0 50 0 0" > <StackPanel DockPanel.Dock="Top"> - <TextBlock HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}">Welcome to the automatic thread loading wizard.</TextBlock> + <!--<TextBlock HorizontalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}">Welcome to the automatic thread loading wizard.</TextBlock>--> <StackPanel HorizontalAlignment="Center" Margin="0 20 0 0"> <touch:TouchIcon Icon="Alert" VerticalAlignment="Center" Foreground="{StaticResource TangoErrorBrush}" /> <TextBlock TextWrapping="Wrap" TextAlignment="Center" VerticalAlignment="Center" Margin="0 10 0 0" Width="400"> |
