Repo selection should not be editable.

Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
Konstantina Chremmou 2023-08-03 17:13:43 +01:00
parent 9a006f3fbf
commit af07cb5f0c

View File

@ -226,6 +226,7 @@
//
// comboBoxRepo
//
this.comboBoxRepo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.comboBoxRepo, "comboBoxRepo");
this.comboBoxRepo.FormattingEnabled = true;
this.comboBoxRepo.Name = "comboBoxRepo";