diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-26 13:05:14 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-05-26 13:05:14 +0300 |
| commit | 84956f7ccf3fd22bf55041c28a8d49e15c6845cd (patch) | |
| tree | 67b39f458e6c8dda522b96221574dfc9e3da7010 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs | |
| parent | 68d24848ab873df64ee4511d6c6bbb9298a8b1a1 (diff) | |
| download | Tango-84956f7ccf3fd22bf55041c28a8d49e15c6845cd.tar.gz Tango-84956f7ccf3fd22bf55041c28a8d49e15c6845cd.zip | |
Fixed issue with job outline scrolling.
Increased job continuous and initial timeout to 10 seconds.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobProgressView.xaml | 2 |
1 files changed, 1 insertions, 1 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 40cfc40f9..ec8801dc1 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 @@ -220,7 +220,7 @@ <Grid Margin="0 -10 0 0" Visibility="{Binding IsDisplayJobOutline,Converter={StaticResource BooleanToVisibilityConverter}}"> <Grid> <touch:TouchScrollViewer BorderThickness="0" Padding="10" Margin="0 0 0 100"> - <global:JobOutlineControl BorderThickness="0" Margin="20" DataContext="{Binding JobOutlineTicket}" HorizontalAlignment="Left" /> + <global:JobOutlineControl IsHitTestVisible="False" BorderThickness="0" Margin="20" DataContext="{Binding JobOutlineTicket}" HorizontalAlignment="Left" /> </touch:TouchScrollViewer> </Grid> |
