mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Only allow single line select in auto-translate - thx TobbyTravel :)
Fix #8548
This commit is contained in:
parent
2b7bffc396
commit
060e7c9e7d
4
src/ui/Forms/Translate/AutoTranslate.Designer.cs
generated
4
src/ui/Forms/Translate/AutoTranslate.Designer.cs
generated
@ -272,7 +272,7 @@
|
|||||||
this.updateLocalModelsToolStripMenuItem,
|
this.updateLocalModelsToolStripMenuItem,
|
||||||
this.findModelsToolStripMenuItem});
|
this.findModelsToolStripMenuItem});
|
||||||
this.contextMenuStripOlamaModels.Name = "contextMenuStripOlamaModels";
|
this.contextMenuStripOlamaModels.Name = "contextMenuStripOlamaModels";
|
||||||
this.contextMenuStripOlamaModels.Size = new System.Drawing.Size(184, 70);
|
this.contextMenuStripOlamaModels.Size = new System.Drawing.Size(184, 48);
|
||||||
//
|
//
|
||||||
// updateLocalModelsToolStripMenuItem
|
// updateLocalModelsToolStripMenuItem
|
||||||
//
|
//
|
||||||
@ -446,6 +446,7 @@
|
|||||||
this.subtitleListViewTarget.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
this.subtitleListViewTarget.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
||||||
this.subtitleListViewTarget.HideSelection = false;
|
this.subtitleListViewTarget.HideSelection = false;
|
||||||
this.subtitleListViewTarget.Location = new System.Drawing.Point(465, 53);
|
this.subtitleListViewTarget.Location = new System.Drawing.Point(465, 53);
|
||||||
|
this.subtitleListViewTarget.MultiSelect = false;
|
||||||
this.subtitleListViewTarget.Name = "subtitleListViewTarget";
|
this.subtitleListViewTarget.Name = "subtitleListViewTarget";
|
||||||
this.subtitleListViewTarget.OwnerDraw = true;
|
this.subtitleListViewTarget.OwnerDraw = true;
|
||||||
this.subtitleListViewTarget.Size = new System.Drawing.Size(428, 431);
|
this.subtitleListViewTarget.Size = new System.Drawing.Size(428, 431);
|
||||||
@ -469,6 +470,7 @@
|
|||||||
this.subtitleListViewSource.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
this.subtitleListViewSource.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
||||||
this.subtitleListViewSource.HideSelection = false;
|
this.subtitleListViewSource.HideSelection = false;
|
||||||
this.subtitleListViewSource.Location = new System.Drawing.Point(12, 53);
|
this.subtitleListViewSource.Location = new System.Drawing.Point(12, 53);
|
||||||
|
this.subtitleListViewSource.MultiSelect = false;
|
||||||
this.subtitleListViewSource.Name = "subtitleListViewSource";
|
this.subtitleListViewSource.Name = "subtitleListViewSource";
|
||||||
this.subtitleListViewSource.OwnerDraw = true;
|
this.subtitleListViewSource.OwnerDraw = true;
|
||||||
this.subtitleListViewSource.Size = new System.Drawing.Size(430, 431);
|
this.subtitleListViewSource.Size = new System.Drawing.Size(430, 431);
|
||||||
|
Loading…
Reference in New Issue
Block a user