diff options
| author | Avi Levkovich <avi@twine-s.com> | 2021-01-05 12:56:17 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2021-01-05 12:56:17 +0200 |
| commit | 13f07d2e0c0543a76f44fbaa4b4016f267a72808 (patch) | |
| tree | 756a85cbb52ab5e1b610ce86e33e461ef9942301 /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadLoadingView.xaml | |
| parent | 1cdf74039fbcef8ab34fe73da09d2ded4762e756 (diff) | |
| parent | b38c7c3f9432cb2836b6c93c6613686ef0bc002a (diff) | |
| download | Tango-13f07d2e0c0543a76f44fbaa4b4016f267a72808.tar.gz Tango-13f07d2e0c0543a76f44fbaa4b4016f267a72808.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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"> |
