Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
优化UI
Browse files Browse the repository at this point in the history
  • Loading branch information
SugarMGP authored and ricky8955555 committed Jan 18, 2021
1 parent c62a71c commit 6a52fcc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion SeewoHelper/Forms/AboutWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private void LinkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs
private void AboutWindow_Load(object sender, EventArgs e)
{
Program.Logger.Add("开始加载 AboutWindow");
textBoxContributors.Text = string.Join(", ", Constants.Contributors);
textBoxContributors.Text = string.Join("\r\n", Constants.Contributors);
labelVersion.Text = "应用版本:" + Constants.Version.ToString(3);
Program.Logger.Add("AboutWindow 加载完成");
}
Expand Down
30 changes: 18 additions & 12 deletions SeewoHelper/Forms/AboutWindow.designer.cs

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

2 changes: 1 addition & 1 deletion SeewoHelper/Forms/WindowMain.Designer.cs

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

0 comments on commit 6a52fcc

Please sign in to comment.