Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/helpactivity.py
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-05-21 13:51:17 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-06-01 19:38:31 (GMT)
commit9dee83a40fd55a152d65905c373109493ce0ab00 (patch)
tree48e123b4cae6346fa088904a212b1e4b24b11683 /helpactivity.py
parent97656cdfdb1bb5f7d23ffec0a070e8971ab5fd83 (diff)
Zoom full content SL #3541
Zoom full content (including images) when zoom in or zoom out. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
Diffstat (limited to 'helpactivity.py')
-rwxr-xr-xhelpactivity.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/helpactivity.py b/helpactivity.py
index 85ca801..378163b 100755
--- a/helpactivity.py
+++ b/helpactivity.py
@@ -39,6 +39,8 @@ class HelpActivity(activity.Activity):
self.props.max_participants = 1
self._web_view = WebKit.WebView()
+ self._web_view.set_full_content_zoom(True)
+
_scrolled_window = Gtk.ScrolledWindow()
_scrolled_window.add(self._web_view)
_scrolled_window.show()