[PATCH] DVB-T Scanning improvement (1 Viewer)

jblomb

Retired Team Member
  • Premium Supporter
  • May 17, 2007
    96
    17
    Sundsvall
    Home Country
    Sweden Sweden
    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) :p
    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:
     

    Attachments

    • DVB-T.diff
      30.6 KB

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    Hi,
    I have increased the size of the combo box. It is now big enough to read the whole text ;)

    Thanks for the hint.

    MisterD
     

    Users who are viewing this thread

    Top Bottom