From 72cd73a6e0430ff5ed6f94a7cb4a55965b487177 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Sun, 29 Apr 2012 15:31:13 +0000 Subject: Zoom full content, not just text SL #3541 This is the same behavior as in previous Browse and also the same behavior as in other Browsers (Epiphany, Firefox or Safari). Fixes bug: http://bugs.sugarlabs.org/ticket/3541 Signed-off-by: Manuel QuiƱones Acked-by: Simon Schampijer --- (limited to 'browser.py') diff --git a/browser.py b/browser.py index 259d888..d7a8734 100644 --- a/browser.py +++ b/browser.py @@ -483,6 +483,9 @@ class Browser(WebKit.WebView): self.set_settings(web_settings) + # Scale text and graphics: + self.set_full_content_zoom(True) + # Reference to the global history and callbacks to handle it: self._global_history = globalhistory.get_global_history() self.connect('notify::load-status', self.__load_status_changed_cb) -- cgit v0.9.1