diff --git a/src/DynamoCoreWpf/Views/Core/DynamoView.xaml.cs b/src/DynamoCoreWpf/Views/Core/DynamoView.xaml.cs index 58be0f74b2d..bdc391ed3bc 100644 --- a/src/DynamoCoreWpf/Views/Core/DynamoView.xaml.cs +++ b/src/DynamoCoreWpf/Views/Core/DynamoView.xaml.cs @@ -1360,7 +1360,7 @@ private void DynamoView_Loaded(object sender, EventArgs e) BackgroundPreview = new Watch3DView { Name = BackgroundPreviewName }; background_grid.Children.Add(BackgroundPreview); BackgroundPreview.DataContext = dynamoViewModel.BackgroundPreviewViewModel; - BackgroundPreview.Margin = new System.Windows.Thickness(0, 20, 0, 0); + BackgroundPreview.Margin = new System.Windows.Thickness(0, 0, 0, 0); var vizBinding = new Binding { Source = dynamoViewModel.BackgroundPreviewViewModel,