Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
minor designer adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
atenfyr committed Dec 16, 2020
1 parent 6739dd4 commit b673b27
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 23 deletions.
34 changes: 18 additions & 16 deletions Form1.Designer.cs

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

1 change: 1 addition & 0 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public partial class Form1 : Form
public Form1()
{
InitializeComponent();
modInfo.Text = "";
AMLUtils.InitializeInvoke(this);

this.Text = "AstroModLoader v" + Application.ProductVersion;
Expand Down
4 changes: 2 additions & 2 deletions ProfileSelector.Designer.cs

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

5 changes: 0 additions & 5 deletions TableHandler.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace AstroModLoader
Expand Down

0 comments on commit b673b27

Please sign in to comment.