Skip to content

Commit

Permalink
Remove license window and fix UI scaling issues for the last time
Browse files Browse the repository at this point in the history
  • Loading branch information
anar-bastanov committed Jul 2, 2024
1 parent d07c716 commit 11703d3
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 357 deletions.
79 changes: 0 additions & 79 deletions Views/LicenseForm.Designer.cs

This file was deleted.

28 changes: 0 additions & 28 deletions Views/LicenseForm.cs

This file was deleted.

149 changes: 0 additions & 149 deletions Views/LicenseForm.resx

This file was deleted.

27 changes: 9 additions & 18 deletions Views/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions Views/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,18 +266,6 @@ private void StripMenuHelp_Click(object sender, EventArgs e)
OpenWikiPageForHelp();
}

/// <summary>
/// Handles the <see cref="Control.Click"/> event of <see cref="_stripMenuLicense"/>.
/// </summary>
/// <param name="sender">The source of the event.</param>
/// <param name="e">A <see cref="EventArgs"/> that contains the event data.</param>
private void StripMenuLicense_Click(object sender, EventArgs e)
{
//
LicenseForm license = new();
license.ShowDialog();
}

/// <summary>
/// Invoked when the `New File` button in the start menu was clicked.
/// </summary>
Expand Down
Loading

0 comments on commit 11703d3

Please sign in to comment.