diff options
author | emkael <emkael@tlen.pl> | 2017-08-25 14:05:00 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-08-25 14:05:00 +0200 |
commit | 8cfc4756b2de5e619acd40782a73c2352aa20cd5 (patch) | |
tree | d771bd7356b2d3831f402f5410cc469cc38495f7 /Aktywator/MainForm.Designer.cs | |
parent | d05cbbf605136785b0c213b69d088a7e1bdfd293 (diff) |
Freezing window size and hiding leftover resize grips
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r-- | Aktywator/MainForm.Designer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index e9f9952..598498d 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -172,6 +172,7 @@ this.statusStrip1.Location = new System.Drawing.Point(0, 586); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(583, 22); + this.statusStrip1.SizingGrip = false; this.statusStrip1.TabIndex = 2; this.statusStrip1.Text = "statusBar"; // @@ -1290,6 +1291,7 @@ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "MainForm"; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Aktywator"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); this.Load += new System.EventHandler(this.MainForm_Load); |