BrowserView.js
authorChris <chris@roojs.com>
Tue, 17 Sep 2013 08:04:48 +0000 (16:04 +0800)
committerChris <chris@roojs.com>
Tue, 17 Sep 2013 08:04:48 +0000 (16:04 +0800)
BrowserView.js

index 6124336..d831056 100644 (file)
@@ -330,7 +330,7 @@ BrowserView = new GType({
 
         // Implementation
         //this.set_scroll_adjustments(null, null);
-
+        this.set_zoom_level(0.8);
         this.signal.title_changed.connect(update_title);
         this.signal.load_committed.connect(load_committed);
         this.signal.load_finished.connect(load_finished);