When scanning DVB-T channels the drop-down box is too small to contain the transmitters which in my case manifests itself in 28 identical transmitters. (Sundsvall) 
Anywho.. just making it bigger does the whole trick
...or as a patchfile:
Anywho.. just making it bigger does the whole trick
Code:
Index: SetupTv/Sections/CardDvbT.Designer.cs
===================================================================
--- SetupTv/Sections/CardDvbT.Designer.cs (revision 21391)
+++ SetupTv/Sections/CardDvbT.Designer.cs (working copy)
@@ -75,9 +75,9 @@
//
this.mpComboBoxCountry.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.mpComboBoxCountry.FormattingEnabled = true;
- this.mpComboBoxCountry.Location = new System.Drawing.Point(111, 30);
+ this.mpComboBoxCountry.Location = new System.Drawing.Point(73, 30);
this.mpComboBoxCountry.Name = "mpComboBoxCountry";
- this.mpComboBoxCountry.Size = new System.Drawing.Size(175, 21);
+ this.mpComboBoxCountry.Size = new System.Drawing.Size(375, 21);
this.mpComboBoxCountry.TabIndex = 0;
//
// mpBeveledLine1
...or as a patchfile: