Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r126:ed4f51025676
Date: 2011-06-09 10:47 +0200
http://bitbucket.org/pypy/jitviewer/changeset/ed4f51025676/

Log:    bah, leave some room for the scrollbar

diff --git a/bin/qwebview.py b/bin/qwebview.py
--- a/bin/qwebview.py
+++ b/bin/qwebview.py
@@ -18,7 +18,7 @@
 
     app = QApplication(sys.argv)
     web = QWebView()
-    web.resize(1300, 1000)
+    web.resize(1320, 1000)
     web.setWindowTitle(title)
     web.load(QUrl(url))
     web.show()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to