summaryrefslogtreecommitdiffstats
path: root/win/C#/frmReadDVD.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmReadDVD.Designer.cs')
-rw-r--r--win/C#/frmReadDVD.Designer.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/win/C#/frmReadDVD.Designer.cs b/win/C#/frmReadDVD.Designer.cs
index 5ba4af975..d26fa202d 100644
--- a/win/C#/frmReadDVD.Designer.cs
+++ b/win/C#/frmReadDVD.Designer.cs
@@ -55,7 +55,7 @@ namespace Handbrake
this.btn_ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_ok.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_ok.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.btn_ok.Location = new System.Drawing.Point(449, 56);
+ this.btn_ok.Location = new System.Drawing.Point(351, 56);
this.btn_ok.Name = "btn_ok";
this.btn_ok.Size = new System.Drawing.Size(71, 22);
this.btn_ok.TabIndex = 28;
@@ -113,7 +113,7 @@ namespace Handbrake
this.btn_skip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_skip.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_skip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.btn_skip.Location = new System.Drawing.Point(372, 56);
+ this.btn_skip.Location = new System.Drawing.Point(351, 4);
this.btn_skip.Name = "btn_skip";
this.btn_skip.Size = new System.Drawing.Size(71, 22);
this.btn_skip.TabIndex = 33;
@@ -128,7 +128,7 @@ namespace Handbrake
this.AcceptButton = this.btn_ok;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(532, 88);
+ this.ClientSize = new System.Drawing.Size(434, 88);
this.ControlBox = false;
this.Controls.Add(this.btn_skip);
this.Controls.Add(this.lbl_progress);
@@ -142,7 +142,6 @@ namespace Handbrake
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(538, 113);
- this.MinimumSize = new System.Drawing.Size(538, 113);
this.Name = "frmReadDVD";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;