summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-11-30 06:12:13 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-11-30 06:12:13 +0100
commitd08b840dab269b19dcef506aaffdc21e4c1c19e5 (patch)
treeb9d4f9ca25b4d63fd00f9e81e3dad0cd602871f4 /usr
parent2d5c3a1e7c2342fdae8fb1068bbe7f7002f61434 (diff)
downloadmageiawelcome-d08b840dab269b19dcef506aaffdc21e4c1c19e5.tar
mageiawelcome-d08b840dab269b19dcef506aaffdc21e4c1c19e5.tar.gz
mageiawelcome-d08b840dab269b19dcef506aaffdc21e4c1c19e5.tar.bz2
mageiawelcome-d08b840dab269b19dcef506aaffdc21e4c1c19e5.tar.xz
mageiawelcome-d08b840dab269b19dcef506aaffdc21e4c1c19e5.zip
drop scrollbar (mga#16976)
it's now uneeded since CSS is fixed, thus reverting: commit 48e1ef7044d31d9186d9f637785069da9e0b4205 & commit 83776c1d7f67b927ad4226187544dd81f1d7fb8c
Diffstat (limited to 'usr')
-rw-r--r--usr/share/mageiawelcome/webgui.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/share/mageiawelcome/webgui.py b/usr/share/mageiawelcome/webgui.py
index 206275c..c6888fa 100644
--- a/usr/share/mageiawelcome/webgui.py
+++ b/usr/share/mageiawelcome/webgui.py
@@ -79,9 +79,7 @@ def launch_browser(html, quit_function=None, echo=True):
settings.set_property('enable-default-context-menu', False)
box = Gtk.VBox(homogeneous=False, spacing=0)
- sw = Gtk.ScrolledWindow()
- sw.add(box)
- window.add(sw)
+ window.add(box)
if quit_function is not None: