Fixed resize bug in "Set sync point" - thx gege :)

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1777 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2013-04-02 15:55:10 +00:00
parent a1c8af52e9
commit 265affa3e2

View File

@ -252,10 +252,11 @@
//
// buttonFindTextEnd
//
this.buttonFindTextEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonFindTextEnd.Location = new System.Drawing.Point(469, 560);
this.buttonFindTextEnd.Name = "buttonFindTextEnd";
this.buttonFindTextEnd.Size = new System.Drawing.Size(106, 21);
this.buttonFindTextEnd.TabIndex = 32;
this.buttonFindTextEnd.TabIndex = 25;
this.buttonFindTextEnd.Text = "Find text...";
this.buttonFindTextEnd.UseVisualStyleBackColor = true;
this.buttonFindTextEnd.Click += new System.EventHandler(this.ButtonFindTextEndClick);