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

Commit

Permalink
Merge pull request from dagadtwok/master
Browse files Browse the repository at this point in the history
fixed logo text align
  • Loading branch information
skver0 authored Dec 26, 2018
2 parents 454c811 + c9de23d commit 9bdd6cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
25 changes: 6 additions & 19 deletions Main.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 Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public Main()
using (StreamReader readdata = File.OpenText(appdata + "/x1custom")){
checklenght = readdata.ReadLine();
}
if (checklenght.Length < 5 && checklenght.Length > 0)
if (checklenght.Length < 3 && checklenght.Length > 0)
{
x1logo.Text = checklenght;
}
Expand Down
2 changes: 1 addition & 1 deletion help.Designer.cs

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

0 comments on commit 9bdd6cb

Please sign in to comment.