Skip to content

Commit

Permalink
- Remove explicit window.height assignment, not necassary
Browse files Browse the repository at this point in the history
  • Loading branch information
wierzba3 committed Feb 25, 2016
1 parent 00e0b09 commit 9896239
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Client/Controls/Help.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9896239

Please sign in to comment.