mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
Minimum size for Merge lines with same text
This commit is contained in:
parent
67a544f474
commit
636a0f1e61
4
src/Forms/MergeDoubleLines.Designer.cs
generated
4
src/Forms/MergeDoubleLines.Designer.cs
generated
@ -169,6 +169,9 @@
|
|||||||
this.SubtitleListview1.Name = "SubtitleListview1";
|
this.SubtitleListview1.Name = "SubtitleListview1";
|
||||||
this.SubtitleListview1.OwnerDraw = true;
|
this.SubtitleListview1.OwnerDraw = true;
|
||||||
this.SubtitleListview1.Size = new System.Drawing.Size(1028, 429);
|
this.SubtitleListview1.Size = new System.Drawing.Size(1028, 429);
|
||||||
|
this.SubtitleListview1.SubtitleFontBold = false;
|
||||||
|
this.SubtitleListview1.SubtitleFontName = "Tahoma";
|
||||||
|
this.SubtitleListview1.SubtitleFontSize = 8;
|
||||||
this.SubtitleListview1.TabIndex = 40;
|
this.SubtitleListview1.TabIndex = 40;
|
||||||
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
|
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
|
||||||
this.SubtitleListview1.UseSyntaxColoring = true;
|
this.SubtitleListview1.UseSyntaxColoring = true;
|
||||||
@ -187,6 +190,7 @@
|
|||||||
this.Controls.Add(this.buttonOK);
|
this.Controls.Add(this.buttonOK);
|
||||||
this.Controls.Add(this.buttonCancel);
|
this.Controls.Add(this.buttonCancel);
|
||||||
this.KeyPreview = true;
|
this.KeyPreview = true;
|
||||||
|
this.MinimumSize = new System.Drawing.Size(750, 400);
|
||||||
this.Name = "MergeDoubleLines";
|
this.Name = "MergeDoubleLines";
|
||||||
this.ShowIcon = false;
|
this.ShowIcon = false;
|
||||||
this.ShowInTaskbar = false;
|
this.ShowInTaskbar = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user