Commit 945507ed authored by Guido van Rossum's avatar Guido van Rossum

Make initial stack viewer wider

parent 2092b439
......@@ -97,7 +97,7 @@ class StackBrowser:
class StackViewer(ScrolledList):
def __init__(self, master, flist, browser):
ScrolledList.__init__(self, master)
ScrolledList.__init__(self, master, width=80)
self.flist = flist
self.browser = browser
self.stack = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment