Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.py
diff options
context:
space:
mode:
Diffstat (limited to 'browser.py')
-rw-r--r--browser.py3
1 files changed, 3 insertions, 0 deletions
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)