summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tools/pynche/ChipViewer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/pynche/ChipViewer.py b/Tools/pynche/ChipViewer.py
index 2686d6b..f1429fd 100644
--- a/Tools/pynche/ChipViewer.py
+++ b/Tools/pynche/ChipViewer.py
@@ -18,8 +18,8 @@ from Tkinter import *
import Pmw
class ChipWidget(Pmw.MegaWidget):
- _WIDTH = 80
- _HEIGHT = 100
+ _WIDTH = 150
+ _HEIGHT = 80
def __init__(self, parent=None, **kw):
optionsdefs = (('chip_borderwidth', 2, None),