Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37400e8

Browse files
committed
Better dimensions
1 parent a6f591a commit 37400e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/pynche/ChipViewer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
import Pmw
1919

2020
class ChipWidget(Pmw.MegaWidget):
21-
_WIDTH = 80
22-
_HEIGHT = 100
21+
_WIDTH = 150
22+
_HEIGHT = 80
2323

2424
def __init__(self, parent=None, **kw):
2525
optionsdefs = (('chip_borderwidth', 2, None),

0 commit comments

Comments
 (0)