summaryrefslogtreecommitdiffstats
path: root/usr/share/mageiawelcome/webgui.py
diff options
context:
space:
mode:
Diffstat (limited to 'usr/share/mageiawelcome/webgui.py')
-rw-r--r--usr/share/mageiawelcome/webgui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/share/mageiawelcome/webgui.py b/usr/share/mageiawelcome/webgui.py
index c6888fa..974f8ab 100644
--- a/usr/share/mageiawelcome/webgui.py
+++ b/usr/share/mageiawelcome/webgui.py
@@ -79,7 +79,8 @@ def launch_browser(html, quit_function=None, echo=True):
settings.set_property('enable-default-context-menu', False)
box = Gtk.VBox(homogeneous=False, spacing=0)
- window.add(box)
+ sw = Gtk.ScrolledWindow.new(box)
+ window.add(sw)
if quit_function is not None: