Skip to content

Commit

Permalink
Fix notification icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelitecdev committed Sep 8, 2017
1 parent 842adc1 commit 4296d13
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
1 change: 1 addition & 0 deletions Source/Forms/MainForm.Designer.cs

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

3 changes: 0 additions & 3 deletions Source/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ private void EventMainFormLoad(object sender, EventArgs e)
// Finalize the menus (add the opacity track bar, the multi monitor support items, modernize the menu, etc.)
this.FinalizeMenus();

// Set the icon of the notification icon to the icon of the main form
this.notifyIcon.Icon = this.Icon;

// Create the quick start form
this.quickStartForm = QuickStartForm.Create(this);

Expand Down
21 changes: 20 additions & 1 deletion Source/Forms/MainForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,26 @@
<metadata name="notifyIcon.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>329, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="notifyIcon.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEAEBAAAAEAGABoAwAAFgAAACgAAAAQAAAAIAAAAAEAGAAAAAAAQAMAAMMOAADDDgAAAAAAAAAA
AAAcEdEcEdEcEdEcEdEcEdEcEdEcEdFLQttLQtscEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEc
EdEcEdEcEdEcEdGdmOudmOscEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdH///////////////8cEdGd
mOudmOscEdH///////////////8cEdEcEdEcEdEcEdHr6vscEdEcEdEcEdEcEdGdmOudmOscEdEcEdEc
EdEcEdH7+/4cEdEcEdEcEdEcEdHr6vscEdEcEdEcEdEcEdGSjOmSjOkcEdEcEdEcEdEcEdH7+/4cEdEc
EdEcEdEcEdHr6vscEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdH7+/4cEdEcEdEcEdEcEdEcEdEc
EdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdFHPtqYk+qYk+qYk+qLhugcEdEcEdEc
EdEcEdEcEdEcEdGLhuiYk+qYk+qYk+pHPtpHPtqYk+qYk+qYk+qLhugcEdEcEdEcEdEcEdEcEdEcEdGL
huiYk+qYk+qYk+pHPtocEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEc
EdEcEdEcEdH///8cEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdH///8cEdEcEdEcEdEcEdH///8c
EdEcEdEcEdEcEdGSjOmSjOkcEdEcEdEcEdEcEdH///8cEdEcEdEcEdEcEdH///8cEdEcEdEcEdEcEdGd
mOudmOscEdEcEdEcEdEcEdH///8cEdEcEdEcEdEcEdH////r6vvr6vvr6vscEdGdmOudmOscEdHr6vvr
6vvr6vv///8cEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdEcEdGdmOudmOscEdEcEdEcEdEcEdEcEdEcEdEc
EdEcEdEcEdEcEdEcEdEcEdEcEdEcEdFLQttLQtscEdEcEdEcEdEcEdEcEdEcEdEcEdEAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
</value>
</data>
<metadata name="saveLayoutFileDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>464, 17</value>
</metadata>
Expand All @@ -141,7 +161,6 @@
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>134</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAQAEBAAAAEACABoBQAARgAAACAgAAABAAgAqAgAAK4FAAAwMAAAAQAIAKgOAABWDgAAAAAAAAEA
Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.0.331")]
[assembly: AssemblyFileVersion("2.2.0.331")]
[assembly: AssemblyVersion("2.2.0.332")]
[assembly: AssemblyFileVersion("2.2.0.332")]
[assembly: NeutralResourcesLanguageAttribute("en")]
[assembly: CLSCompliant(true)]

0 comments on commit 4296d13

Please sign in to comment.