Index: xword/XWord/AddPageForm.Designer.cs =================================================================== --- xword/XWord/AddPageForm.Designer.cs (revision 19424) +++ xword/XWord/AddPageForm.Designer.cs (working copy) @@ -159,10 +159,14 @@ // // btnAddPage // + this.btnAddPage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.btnAddPage.AutoSize = true; this.btnAddPage.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAddPage.Location = new System.Drawing.Point(276, 254); this.btnAddPage.Name = "btnAddPage"; - this.btnAddPage.Size = new System.Drawing.Size(77, 28); + this.btnAddPage.Size = new System.Drawing.Size(79, 28); this.btnAddPage.TabIndex = 5; this.btnAddPage.Text = "Add page"; this.btnAddPage.UseVisualStyleBackColor = true; @@ -201,6 +205,7 @@ this.groupBoxPage.ResumeLayout(false); this.groupBoxPage.PerformLayout(); this.ResumeLayout(false); + this.PerformLayout(); }