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

Commit c9de23d

Browse files
committed
fixed logo text align
1 parent 843f5b2 commit c9de23d

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

Main.Designer.cs

Lines changed: 6 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public Main()
9494
using (StreamReader readdata = File.OpenText(appdata + "/x1custom")){
9595
checklenght = readdata.ReadLine();
9696
}
97-
if (checklenght.Length < 5 && checklenght.Length > 0)
97+
if (checklenght.Length < 3 && checklenght.Length > 0)
9898
{
9999
x1logo.Text = checklenght;
100100
}

help.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)