diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-09 16:19:47 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-09 16:19:47 +0300 |
| commit | df7dff9855ae205ce0a02d8fd460cd3399c5e362 (patch) | |
| tree | 2ce98e89b13956e21674c39cae36d26ba6dbcdc5 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common | |
| parent | 4147c287ad90a05eae551d4ccfdccc707bebd86f (diff) | |
| download | Tango-df7dff9855ae205ce0a02d8fd460cd3399c5e362.tar.gz Tango-df7dff9855ae205ce0a02d8fd460cd3399c5e362.zip | |
Fixed an issue with MS DB Module table scrolling lagging.
Added new event type for embedded job status message.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/MdiContainerControl.xaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/MdiContainerControl.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/MdiContainerControl.xaml index b248a4aec..50c2aaf46 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/MdiContainerControl.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/MdiContainerControl.xaml @@ -31,9 +31,6 @@ <ItemsControl.ItemTemplate> <DataTemplate> <Grid> - <Grid.Effect> - <DropShadowEffect ShadowDepth="0" BlurRadius="10" /> - </Grid.Effect> <Grid> <Grid.RowDefinitions> <RowDefinition Height="25"/> |
