Skip to content

Commit

Permalink
Update MainWindow.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiMatsuzawa committed Nov 13, 2024
1 parent d15a4b2 commit 09b6895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MSDIAL5/MsdialGuiApp/View/Core/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public MainWindow() {
broker.ToObservable<InternalMsFinderViewModel>()
.Subscribe(ShowChildContent<InternalMsFinderView>("MS-FINDER", height: 1000, width: 1500));
broker.ToObservable<InternalMsFinderSingleSpotViewModel>()
.Subscribe(ShowChildContent<InternalMsFinderSingleSpotView>("MS-FINDER", height: 1000, width: 1500));
.Subscribe(ShowChildContent<InternalMsFinderSingleSpotView>("MS-FINDER", height: 1000, width: 1500, needDispose: true));
broker.ToObservable<InternalMsfinderSubstructure>()
.Subscribe(ShowChildContent<SubstructureView>("Substructure Viewer", height: 600, width: 1000));
broker.ToObservable<FseaResultViewModel>()
Expand Down

0 comments on commit 09b6895

Please sign in to comment.