Skip to content

Commit

Permalink
Why was this ever this way
Browse files Browse the repository at this point in the history
  • Loading branch information
saintentropy committed Dec 2, 2023
1 parent 6b748f0 commit 4e0871e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/Views/Core/DynamoView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4e0871e

Please sign in to comment.