windows: fix event log scrollbar height

This commit is contained in:
Hylke Bons 2012-10-20 18:46:38 +01:00
parent e1d8f073dd
commit 14a5d0cdde

View file

@ -99,7 +99,7 @@ namespace SparkleShare {
this.web_browser = new WebBrowser () {
Width = Width - 6,
Height = Height - 36 - 11
Height = Height - 64
};
this.web_browser.ObjectForScripting = new SparkleScriptingObject ();