windows eventlog: Fix font

This commit is contained in:
Hylke Bons 2014-05-08 22:32:44 -07:00
parent 685a8c53b3
commit 363533d930

View file

@ -46,6 +46,7 @@ namespace SparkleShare
{
InitializeComponent ();
Background = new SolidColorBrush (Color.FromRgb(240, 240, 240));
AllowsTransparency = false;
Icon = SparkleUIHelpers.GetImageSource ("sparkleshare-app", "ico");
@ -148,7 +149,7 @@ namespace SparkleShare
pixmaps_path = pixmaps_path.Replace ("\\", "/");
html = html.Replace ("<a href=", "<a class='windows' href=");
html = html.Replace ("<!-- $body-font-family -->", "'Segoe UI', sans-serif");
html = html.Replace ("<!-- $body-font-family -->", "Segoe UI");
html = html.Replace ("<!-- $day-entry-header-font-size -->", "13px");
html = html.Replace ("<!-- $body-font-size -->", "12px");
html = html.Replace ("<!-- $secondary-font-color -->", "#bbb");