Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f591a commit 37400e8Copy full SHA for 37400e8
1 file changed
Tools/pynche/ChipViewer.py
@@ -18,8 +18,8 @@
18
import Pmw
19
20
class ChipWidget(Pmw.MegaWidget):
21
- _WIDTH = 80
22
- _HEIGHT = 100
+ _WIDTH = 150
+ _HEIGHT = 80
23
24
def __init__(self, parent=None, **kw):
25
optionsdefs = (('chip_borderwidth', 2, None),
0 commit comments