GUI/SensorNotifyIcon.cs
changeset 72 c4dfd596a6c3
parent 70 dc69dc4d7512
child 85 ec4ccaa1210d
     1.1 --- a/GUI/SensorNotifyIcon.cs	Tue Mar 02 23:17:32 2010 +0000
     1.2 +++ b/GUI/SensorNotifyIcon.cs	Thu Mar 04 20:26:56 2010 +0000
     1.3 @@ -74,7 +74,7 @@
     1.4        Color = Config.Get(sensor.Identifier + "/traycolor", defaultColor);      
     1.5        
     1.6        this.pen = new Pen(Color.FromArgb(96, Color.Black));
     1.7 -      this.font = new Font(SystemFonts.StatusFont.FontFamily, 9);
     1.8 +      this.font = new Font(SystemFonts.MessageBoxFont.FontFamily, 9);
     1.9  
    1.10        ContextMenuStrip contextMenuStrip = new ContextMenuStrip();
    1.11        ToolStripMenuItem removeItem = new ToolStripMenuItem("Remove");