Removed close button from the quality dialog.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1952 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-07-17 10:20:53 +00:00
commit e153840374

View file

@ -121,6 +121,7 @@ namespace Greenshot {
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(299, 184); this.ClientSize = new System.Drawing.Size(299, 184);
this.ControlBox = false;
this.Controls.Add(this.checkBox_reduceColors); this.Controls.Add(this.checkBox_reduceColors);
this.Controls.Add(this.button_ok); this.Controls.Add(this.button_ok);
this.Controls.Add(this.checkbox_dontaskagain); this.Controls.Add(this.checkbox_dontaskagain);