diff --git a/SparkleShare/Linux/SparkleEventLog.cs b/SparkleShare/Linux/SparkleEventLog.cs index d2727d8d..7a4664b8 100755 --- a/SparkleShare/Linux/SparkleEventLog.cs +++ b/SparkleShare/Linux/SparkleEventLog.cs @@ -103,7 +103,8 @@ namespace SparkleShare { this.web_view.NavigationRequested += WebViewNavigationRequested; */ - this.scrolled_window.Add (new Button ("WebView")); +// this.scrolled_window.Add (this.web_view); + this.scrolled_window.AddWithViewport (new Button ("WebView")); this.content_wrapper.Add (this.spinner); this.spinner.Start ();