Skip to content

Commit

Permalink
Fixed Fade problem with Square ShortCute
Browse files Browse the repository at this point in the history
  • Loading branch information
Haruki1707 committed May 12, 2022
1 parent fa9a370 commit a422f94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ShortCutes/src/Roslyn Form Code.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a422f94

Please sign in to comment.