diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-06 13:52:11 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-06 13:52:11 +0200 |
| commit | 039dce35bccc0d690e06c8cb0fbaad04483661fc (patch) | |
| tree | ae2d241fd67a5e2bdc8c78795631311bcf6892fc /Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance | |
| parent | 5bf44be1121abf9dd36c948c19ca0650f5571c3e (diff) | |
| parent | 67f576c95d1eed3846611a008253bdba35b5767c (diff) | |
| download | Tango-039dce35bccc0d690e06c8cb0fbaad04483661fc.tar.gz Tango-039dce35bccc0d690e06c8cb0fbaad04483661fc.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml index 2f7f91a80..dbe09ca19 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml @@ -153,7 +153,7 @@ </ItemsControl> </Grid> - <Image Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Source="../Images/cone-full.png" Margin="30"></Image> + <!--<Image Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Source="../Images/cone-full.png" Margin="30"></Image>--> <TextBlock Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}">Temperature</TextBlock> <TextBlock Grid.Column="1" Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}">Inks</TextBlock> |
