diff --git a/SpineViewer/Dialogs/ExportDialog.Designer.cs b/SpineViewer/Dialogs/ExportDialog.Designer.cs index 7d233ce..451dd1e 100644 --- a/SpineViewer/Dialogs/ExportDialog.Designer.cs +++ b/SpineViewer/Dialogs/ExportDialog.Designer.cs @@ -47,7 +47,7 @@ panel1.Location = new Point(0, 0); panel1.Name = "panel1"; panel1.Padding = new Padding(50, 15, 50, 10); - panel1.Size = new Size(793, 754); + panel1.Size = new Size(793, 841); panel1.TabIndex = 2; // // tableLayoutPanel1 @@ -65,7 +65,7 @@ tableLayoutPanel1.RowStyles.Add(new RowStyle()); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); - tableLayoutPanel1.Size = new Size(693, 729); + tableLayoutPanel1.Size = new Size(693, 816); tableLayoutPanel1.TabIndex = 0; // // propertyGrid_ExportArgs @@ -74,7 +74,7 @@ propertyGrid_ExportArgs.Location = new Point(3, 3); propertyGrid_ExportArgs.Name = "propertyGrid_ExportArgs"; propertyGrid_ExportArgs.PropertySort = PropertySort.Categorized; - propertyGrid_ExportArgs.Size = new Size(687, 650); + propertyGrid_ExportArgs.Size = new Size(687, 737); propertyGrid_ExportArgs.TabIndex = 1; propertyGrid_ExportArgs.ToolbarVisible = false; // @@ -88,7 +88,7 @@ tableLayoutPanel2.Controls.Add(button_Ok, 0, 0); tableLayoutPanel2.Controls.Add(button_Cancel, 1, 0); tableLayoutPanel2.Dock = DockStyle.Bottom; - tableLayoutPanel2.Location = new Point(3, 686); + tableLayoutPanel2.Location = new Point(3, 773); tableLayoutPanel2.Margin = new Padding(3, 30, 3, 3); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; @@ -126,7 +126,7 @@ AutoScaleDimensions = new SizeF(11F, 24F); AutoScaleMode = AutoScaleMode.Font; CancelButton = button_Cancel; - ClientSize = new Size(793, 754); + ClientSize = new Size(793, 841); Controls.Add(panel1); Icon = (Icon)resources.GetObject("$this.Icon"); MaximizeBox = false;