mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
Fixed, Updater window: "Ignore this update" checkbox was incorrectly anchored.
This commit is contained in:
parent
37feaa5de1
commit
5eb5ffbc0b
1 changed files with 2 additions and 1 deletions
3
Source/Core/Windows/UpdateForm.Designer.cs
generated
3
Source/Core/Windows/UpdateForm.Designer.cs
generated
|
@ -106,6 +106,7 @@
|
||||||
//
|
//
|
||||||
// ignorethisupdate
|
// ignorethisupdate
|
||||||
//
|
//
|
||||||
|
this.ignorethisupdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.ignorethisupdate.AutoSize = true;
|
this.ignorethisupdate.AutoSize = true;
|
||||||
this.ignorethisupdate.Location = new System.Drawing.Point(306, 233);
|
this.ignorethisupdate.Location = new System.Drawing.Point(306, 233);
|
||||||
this.ignorethisupdate.Name = "ignorethisupdate";
|
this.ignorethisupdate.Name = "ignorethisupdate";
|
||||||
|
@ -131,7 +132,7 @@
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
this.MinimizeBox = false;
|
this.MinimizeBox = false;
|
||||||
this.MinimumSize = new System.Drawing.Size(625, 250);
|
this.MinimumSize = new System.Drawing.Size(667, 250);
|
||||||
this.Name = "UpdateForm";
|
this.Name = "UpdateForm";
|
||||||
this.ShowInTaskbar = false;
|
this.ShowInTaskbar = false;
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||||
|
|
Loading…
Reference in a new issue