Only allow single line select in auto-translate - thx TobbyTravel :)

Fix  #8548
This commit is contained in:
Nikolaj Olsson 2024-06-19 19:30:19 +02:00
parent 2b7bffc396
commit 060e7c9e7d

View File

@ -272,7 +272,7 @@
this.updateLocalModelsToolStripMenuItem,
this.findModelsToolStripMenuItem});
this.contextMenuStripOlamaModels.Name = "contextMenuStripOlamaModels";
this.contextMenuStripOlamaModels.Size = new System.Drawing.Size(184, 70);
this.contextMenuStripOlamaModels.Size = new System.Drawing.Size(184, 48);
//
// updateLocalModelsToolStripMenuItem
//
@ -446,6 +446,7 @@
this.subtitleListViewTarget.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.subtitleListViewTarget.HideSelection = false;
this.subtitleListViewTarget.Location = new System.Drawing.Point(465, 53);
this.subtitleListViewTarget.MultiSelect = false;
this.subtitleListViewTarget.Name = "subtitleListViewTarget";
this.subtitleListViewTarget.OwnerDraw = true;
this.subtitleListViewTarget.Size = new System.Drawing.Size(428, 431);
@ -469,6 +470,7 @@
this.subtitleListViewSource.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.subtitleListViewSource.HideSelection = false;
this.subtitleListViewSource.Location = new System.Drawing.Point(12, 53);
this.subtitleListViewSource.MultiSelect = false;
this.subtitleListViewSource.Name = "subtitleListViewSource";
this.subtitleListViewSource.OwnerDraw = true;
this.subtitleListViewSource.Size = new System.Drawing.Size(430, 431);