diff --git a/Client/Controls/Help.xaml.cs b/Client/Controls/Help.xaml.cs index a7828030..b10ea5ce 100644 --- a/Client/Controls/Help.xaml.cs +++ b/Client/Controls/Help.xaml.cs @@ -28,7 +28,6 @@ public Help(string title, string version, string helpText, string helpUrl, strin tbHelpText.Text = helpText; hLink.NavigateUri = new Uri(helpUrl); tbLink.Text = helpUrlText; - Application.Current.MainWindow.MaxHeight = 500; } private void Hyperlink_RequestNavigate(object sender, System.Windows.Navigation.RequestNavigateEventArgs e)