diff --git a/Core/Other/FormSettings.Designer.cs b/Core/Other/FormSettings.Designer.cs index fcec755c..b1c44370 100644 --- a/Core/Other/FormSettings.Designer.cs +++ b/Core/Other/FormSettings.Designer.cs @@ -33,7 +33,7 @@ private void InitializeComponent() { // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.AutoSize = true; - this.btnClose.Location = new System.Drawing.Point(449, 483); + this.btnClose.Location = new System.Drawing.Point(449, 504); this.btnClose.Name = "btnClose"; this.btnClose.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.btnClose.Size = new System.Drawing.Size(49, 23); @@ -52,7 +52,7 @@ private void InitializeComponent() { this.panelContents.Location = new System.Drawing.Point(135, 12); this.panelContents.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3); this.panelContents.Name = "panelContents"; - this.panelContents.Size = new System.Drawing.Size(363, 465); + this.panelContents.Size = new System.Drawing.Size(363, 486); this.panelContents.TabIndex = 1; // // panelButtons @@ -63,14 +63,14 @@ private void InitializeComponent() { this.panelButtons.Location = new System.Drawing.Point(12, 12); this.panelButtons.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.panelButtons.Name = "panelButtons"; - this.panelButtons.Size = new System.Drawing.Size(124, 465); + this.panelButtons.Size = new System.Drawing.Size(124, 486); this.panelButtons.TabIndex = 0; // // btnManageOptions // this.btnManageOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnManageOptions.AutoSize = true; - this.btnManageOptions.Location = new System.Drawing.Point(12, 483); + this.btnManageOptions.Location = new System.Drawing.Point(12, 504); this.btnManageOptions.Name = "btnManageOptions"; this.btnManageOptions.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.btnManageOptions.Size = new System.Drawing.Size(101, 23); @@ -83,7 +83,7 @@ private void InitializeComponent() { // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(510, 518); + this.ClientSize = new System.Drawing.Size(510, 539); this.Controls.Add(this.btnManageOptions); this.Controls.Add(this.panelContents); this.Controls.Add(this.panelButtons); diff --git a/Core/Other/Settings/TabSettingsGeneral.Designer.cs b/Core/Other/Settings/TabSettingsGeneral.Designer.cs index 7aa603d9..246a0e71 100644 --- a/Core/Other/Settings/TabSettingsGeneral.Designer.cs +++ b/Core/Other/Settings/TabSettingsGeneral.Designer.cs @@ -215,7 +215,7 @@ private void InitializeComponent() { this.flowPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowPanel.Location = new System.Drawing.Point(9, 9); this.flowPanel.Name = "flowPanel"; - this.flowPanel.Size = new System.Drawing.Size(322, 466); + this.flowPanel.Size = new System.Drawing.Size(322, 462); this.flowPanel.TabIndex = 0; this.flowPanel.WrapContents = false; // @@ -298,7 +298,7 @@ private void InitializeComponent() { this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.flowPanel); this.Name = "TabSettingsGeneral"; - this.Size = new System.Drawing.Size(340, 484); + this.Size = new System.Drawing.Size(340, 480); ((System.ComponentModel.ISupportInitialize)(this.trackBarZoom)).EndInit(); this.panelZoom.ResumeLayout(false); this.flowPanel.ResumeLayout(false);