diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-11-14 17:25:49 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-11-14 17:25:49 +0200 |
| commit | d2edfc56a8154c01a7ca9cfc47adccc8a07c3d94 (patch) | |
| tree | c8c64b1499a480ac53e78d750d8d413e4cc76c65 /Software/Visual_Studio/PPC/Modules | |
| parent | 4a20b12f9ed7810409c7240610ed8cf3d51450e2 (diff) | |
| download | Tango-d2edfc56a8154c01a7ca9cfc47adccc8a07c3d94.tar.gz Tango-d2edfc56a8154c01a7ca9cfc47adccc8a07c3d94.zip | |
Implemented job outline on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobProgressView.xaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobProgressView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobProgressView.xaml index b16aa1877..94210ec7d 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobProgressView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobProgressView.xaml @@ -221,10 +221,10 @@ <Grid Visibility="{Binding IsDisplayJobOutline,Converter={StaticResource BooleanToVisibilityConverter}}" Background="{StaticResource TangoPrimaryBackgroundBrush}" Opacity="0.8"/> - <Grid Visibility="{Binding IsDisplayJobOutline,Converter={StaticResource BooleanToVisibilityConverter}}"> + <Grid Margin="0 -10 0 0" Visibility="{Binding IsDisplayJobOutline,Converter={StaticResource BooleanToVisibilityConverter}}"> <Grid> - <touch:TouchScrollViewer Padding="10" Margin="0 0 0 100"> - <global:JobOutlineControl Margin="20" DataContext="{Binding JobOutlineTicket}" HorizontalAlignment="Left" /> + <touch:TouchScrollViewer BorderThickness="0" Padding="10" Margin="0 0 0 100"> + <global:JobOutlineControl BorderThickness="0" Margin="20" DataContext="{Binding JobOutlineTicket}" HorizontalAlignment="Left" /> </touch:TouchScrollViewer> </Grid> |
