Skip to content

Commit

Permalink
Fix notification icon initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreyling committed Mar 16, 2017
1 parent 10a4ad3 commit 245aa04
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 269 deletions.
83 changes: 35 additions & 48 deletions SPDIFKA/SPDIFGUI.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion SPDIFKA/SPDIFGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public SPDIFKAGUI()
this.spdifka.BalloonTipText = name + " - " + stoppedMessage;
this.spdifka.BalloonTipTitle = name;
this.spdifka.Text = name + " - " + stoppedMessage;

this.spdifka.Icon = Properties.Resources.bar_chart_64_red;

toolStripStart.Text = toolStripStartText;
this.spdifka.ContextMenuStrip = RightClickMenuStrip;
this.Resize += new System.EventHandler(this.Form1_Resize);
Expand Down
Loading

0 comments on commit 245aa04

Please sign in to comment.