From 9896239f6bd3f2f70bf6ad085cd49038d5391c9e Mon Sep 17 00:00:00 2001 From: wierzba3 Date: Thu, 25 Feb 2016 09:36:02 -0700 Subject: [PATCH] - Remove explicit window.height assignment, not necassary --- Client/Controls/Help.xaml.cs | 1 - 1 file changed, 1 deletion(-) 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)