Corrected labelSubtitle2.Location (Forms/Compare)

This commit is contained in:
Waldi Ravens 2015-03-03 21:13:05 +01:00
parent 9371fb8f2d
commit 5f5b9e719b

View File

@ -71,7 +71,7 @@ namespace Nikse.SubtitleEdit.Forms
// labelSubtitle2
//
this.labelSubtitle2.AutoSize = true;
this.labelSubtitle2.Location = new System.Drawing.Point(492, 31);
this.labelSubtitle2.Location = new System.Drawing.Point(491, 32);
this.labelSubtitle2.Name = "labelSubtitle2";
this.labelSubtitle2.Size = new System.Drawing.Size(30, 13);
this.labelSubtitle2.TabIndex = 3;