Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 98b1adf

Browse files
committed
Merge pull request #221 from bodyloss/master
Enable maximize/minimize buttons
2 parents 2e45d61 + 5f00c3c commit 98b1adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/CCTrayLib/Presentation/MainForm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,9 +723,9 @@ private void InitializeComponent()
723723
this.Controls.Add(this.pnlButtons);
724724
this.Controls.Add(this.serverChangedPanel);
725725
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
726-
this.MaximizeBox = false;
726+
this.MaximizeBox = true;
727727
this.Menu = this.mainMenu;
728-
this.MinimizeBox = false;
728+
this.MinimizeBox = true;
729729
this.Name = "MainForm";
730730
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
731731
this.Text = "CCTray ";

0 commit comments

Comments
 (0)