Skip to content

Commit

Permalink
Update TrayApplicationContext.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jame25 authored Mar 21, 2024
1 parent 33a6477 commit 03baf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrayApplicationContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private void ShowAboutWindow()
aboutForm.MaximizeBox = false;
aboutForm.MinimizeBox = false;
aboutForm.StartPosition = FormStartPosition.CenterScreen;
aboutForm.ClientSize = new Size(350, 150);
aboutForm.ClientSize = new Size(350, 180);

PictureBox logoPictureBox = new PictureBox();
logoPictureBox.Image = new Icon("idle.ico").ToBitmap();
Expand Down

0 comments on commit 03baf70

Please sign in to comment.