Fix button anchors for event flag editor

Form can't be widened anyway; maybe in the future.
This commit is contained in:
Kurt 2017-04-02 11:34:37 -07:00
parent e9c4b0bcb9
commit a8ce39d310

View file

@ -73,7 +73,7 @@
// //
// B_Cancel // B_Cancel
// //
this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.B_Cancel.Location = new System.Drawing.Point(289, 320); this.B_Cancel.Location = new System.Drawing.Point(289, 320);
this.B_Cancel.Name = "B_Cancel"; this.B_Cancel.Name = "B_Cancel";
this.B_Cancel.Size = new System.Drawing.Size(75, 23); this.B_Cancel.Size = new System.Drawing.Size(75, 23);
@ -168,7 +168,7 @@
// //
// B_Save // B_Save
// //
this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.B_Save.Location = new System.Drawing.Point(372, 320); this.B_Save.Location = new System.Drawing.Point(372, 320);
this.B_Save.Name = "B_Save"; this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(75, 23); this.B_Save.Size = new System.Drawing.Size(75, 23);