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 | 6 |
1 files changed, 6 insertions, 0 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 9e59b7f33..78d040d27 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml @@ -102,6 +102,12 @@ </touch:TouchHamburgerButton.Effect> </touch:TouchHamburgerButton> </Border> + <Grid DockPanel.Dock="Right" Margin="0 0 20 0"> + <StackPanel VerticalAlignment="Center"> + <Image Source="/Images/GlobalStatus/ready-to-dye.png" Width="33" /> + <TextBlock Margin="0 10 0 0">Ready to Dye</TextBlock> + </StackPanel> + </Grid> <Grid> <!--External Header Content Here--> </Grid> |
