diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml index 621bfabdb..2f1b7dd59 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml @@ -105,7 +105,7 @@ </touch:TouchHamburgerButton> </Border> <Grid DockPanel.Dock="Right" Margin="0 0 20 0"> - <StackPanel VerticalAlignment="Center"> + <StackPanel VerticalAlignment="Center" > <Image Source="/Images/GlobalStatus/ready-to-dye.png" Width="33" /> <TextBlock Margin="0 10 0 0">Ready to Dye</TextBlock> </StackPanel> @@ -127,12 +127,9 @@ </Style.Triggers> </Style> </commonControls:AsyncAdornerControl.Style> - <Grid> - <StackPanel Orientation="Horizontal"> - <touch:TouchBusyIndicator Width="50" Height="50" IsIndeterminate="{Binding NotificationProvider.IsInGlobalBusyState}" /> - <TextBlock VerticalAlignment="Center" Margin="10 0 0 0" FontSize="20" Text="{Binding NotificationProvider.GlobalBusyMessage}"></TextBlock> - </StackPanel> - </Grid> + <StackPanel VerticalAlignment="Center"> + <touch:TouchGifAnimation Source="/Images/preloader_rectangles.gif" EnableAnimation="{Binding NotificationProvider.IsInGlobalBusyState}" /> + </StackPanel> </commonControls:AsyncAdornerControl> </Grid> </DockPanel> |
