diff --git a/Views/MainWindow.axaml b/Views/MainWindow.axaml index e8bc4e3..16eea10 100644 --- a/Views/MainWindow.axaml +++ b/Views/MainWindow.axaml @@ -36,7 +36,7 @@ - + @@ -92,6 +92,7 @@ + @@ -128,6 +129,17 @@ + + + + + + + + + + + diff --git a/Views/MainWindow.axaml.cs b/Views/MainWindow.axaml.cs index 9e2d7b0..0a86ffe 100644 --- a/Views/MainWindow.axaml.cs +++ b/Views/MainWindow.axaml.cs @@ -21,6 +21,7 @@ public partial class MainWindow : Window Topmost = false; } + // MVVM like implementations burst the bounds -> implemented the old school way private async void SaveFileButton_Clicked(object sender, RoutedEventArgs args) { TopLevel? topLevel = TopLevel.GetTopLevel(this);