From a422f94d918c5b652983acf11aa49ac84aa1f89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20G=C3=B3mez?= <72423267+Haruki1707@users.noreply.github.com> Date: Thu, 12 May 2022 01:32:53 -0600 Subject: [PATCH] Fixed Fade problem with Square ShortCute --- ShortCutes/src/Roslyn Form Code.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ShortCutes/src/Roslyn Form Code.cs b/ShortCutes/src/Roslyn Form Code.cs index 80e9778..a7dd34a 100644 --- a/ShortCutes/src/Roslyn Form Code.cs +++ b/ShortCutes/src/Roslyn Form Code.cs @@ -68,17 +68,14 @@ public CuteLauncher() PBFade = new PictureBox() { - Size = new Size(256, 80), + Size = new Size(256, standarHeight), Location = new Point(0, 0), BorderStyle = BorderStyle.None, BackColor = avgColor }; if (standarHeight == 256) - { - PBFade.Visible = false; GrowInt = 8; - } else GrowInt = 10;