Skip to content

Commit

Permalink
Force ChromeCast selection from drop down
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktar Karpach committed Mar 21, 2018
1 parent 7dc6449 commit 97a0e2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ private void InitializeComponent()
// cbxChromeCast
//
this._cbxChromeCast.FormattingEnabled = true;
this._cbxChromeCast.DropDownStyle = ComboBoxStyle.DropDownList;
this._cbxChromeCast.Location = new System.Drawing.Point(130, 89);
this._cbxChromeCast.Name = "_cbxChromeCast";
this._cbxChromeCast.Size = new System.Drawing.Size(255, 21);
Expand Down
Binary file modified Screenshots/Settings-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97a0e2d

Please sign in to comment.