mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Make initial stack viewer wider
This commit is contained in:
parent
2092b439be
commit
945507edf6
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue