Minor fixes

This commit is contained in:
seerge
2023-03-03 01:00:47 +01:00
parent b3636fd447
commit 8f215dafab
3 changed files with 7 additions and 8 deletions

2
Fans.Designer.cs generated
View File

@@ -126,7 +126,7 @@
pictureFine.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
pictureFine.BackgroundImage = Properties.Resources.everything_is_fine_itsfine;
pictureFine.BackgroundImageLayout = ImageLayout.Zoom;
pictureFine.Location = new Point(9, 730);
pictureFine.Location = new Point(9, 731);
pictureFine.Name = "pictureFine";
pictureFine.Size = new Size(311, 240);
pictureFine.TabIndex = 12;