[pypy-commit] jitviewer default: bah, leave some room for the scrollbar
antocuni
noreply at buildbot.pypy.org
Thu Jun 9 10:46:43 CEST 2011
Author: Antonio Cuni <anto.cuni at gmail.com>
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()
More information about the pypy-commit
mailing list