diff --git a/src/Ursa/Controls/Dialog/OverlayDialog.cs b/src/Ursa/Controls/Dialog/OverlayDialog.cs index 6f23f97..2b4fe52 100644 --- a/src/Ursa/Controls/Dialog/OverlayDialog.cs +++ b/src/Ursa/Controls/Dialog/OverlayDialog.cs @@ -15,7 +15,7 @@ public static class OverlayDialog if (host is null) return; var t = new DefaultDialogControl() { - Content = new TView(){ DataContext = vm }, + Content = new TView(), DataContext = vm, }; ConfigureDefaultDialogControl(t, options); @@ -241,4 +241,4 @@ public static class OverlayDialog var item = host.Recall(); return item; } -} \ No newline at end of file +}