windows eventlog: fix padding

This commit is contained in:
Hylke Bons 2012-03-16 01:34:31 +00:00
parent 881eb94d48
commit cca6adf473

View file

@ -98,7 +98,7 @@ namespace SparkleShare {
};
this.web_browser = new WebBrowser () {
Width = Width - 7,
Width = Width - 6,
Height = Height - 36 - 12
};