Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()