Merge pull request #610 from xylographe/fcls2l

Corrected labelSubtitle2.Location (Forms/Compare)
This commit is contained in:
Nikolaj Olsson 2015-03-03 21:42:42 +01:00
commit a69da7b715

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;