From ff5ad5cf4c9fe3920168d471a05566d99caaaef9 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 20 Oct 2012 18:46:38 +0100 Subject: [PATCH] windows: fix event log scrollbar height --- SparkleShare/Windows/SparkleEventLog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Windows/SparkleEventLog.cs b/SparkleShare/Windows/SparkleEventLog.cs index 9f6aa473..81991df6 100644 --- a/SparkleShare/Windows/SparkleEventLog.cs +++ b/SparkleShare/Windows/SparkleEventLog.cs @@ -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 ();