mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-27 02:56:01 +01:00
Repo selection should not be editable.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
parent
9a006f3fbf
commit
af07cb5f0c
@ -226,6 +226,7 @@
|
|||||||
//
|
//
|
||||||
// comboBoxRepo
|
// comboBoxRepo
|
||||||
//
|
//
|
||||||
|
this.comboBoxRepo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
resources.ApplyResources(this.comboBoxRepo, "comboBoxRepo");
|
resources.ApplyResources(this.comboBoxRepo, "comboBoxRepo");
|
||||||
this.comboBoxRepo.FormattingEnabled = true;
|
this.comboBoxRepo.FormattingEnabled = true;
|
||||||
this.comboBoxRepo.Name = "comboBoxRepo";
|
this.comboBoxRepo.Name = "comboBoxRepo";
|
||||||
|
Loading…
Reference in New Issue
Block a user