mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +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
|
||||
//
|
||||
this.comboBoxRepo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
resources.ApplyResources(this.comboBoxRepo, "comboBoxRepo");
|
||||
this.comboBoxRepo.FormattingEnabled = true;
|
||||
this.comboBoxRepo.Name = "comboBoxRepo";
|
||||
|
Loading…
Reference in New Issue
Block a user