diff --git a/GUI/MainWindow.xaml b/GUI/MainWindow.xaml index ba436959..b28e1977 100644 --- a/GUI/MainWindow.xaml +++ b/GUI/MainWindow.xaml @@ -1,33 +1,32 @@ - + - @@ -215,32 +202,22 @@ - - + + - - + + @@ -250,26 +227,22 @@ - - + + - - + + - - + - + - + - + @@ -149,30 +136,28 @@ - - + + - + - + - + diff --git a/GUI/Views/HorizontalModLayout.xaml.cs b/GUI/Views/HorizontalModLayout.xaml.cs index 792cdc4a..f38ab32a 100644 --- a/GUI/Views/HorizontalModLayout.xaml.cs +++ b/GUI/Views/HorizontalModLayout.xaml.cs @@ -416,7 +416,6 @@ public HorizontalModLayout() if (setInitialFocus) { this.ActiveModsListView.Focus(); - //FocusInitialActiveSelected(); setInitialFocus = false; } };