]> granicus.if.org Git - python/commitdiff
Better dimensions
authorBarry Warsaw <barry@python.org>
Wed, 11 Feb 1998 18:54:23 +0000 (18:54 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 11 Feb 1998 18:54:23 +0000 (18:54 +0000)
Tools/pynche/ChipViewer.py

index 2686d6bf1e08d11147c80f14d1e09487aac7a896..f1429fd6106d28a08aac96eecec2469f9a8086ec 100644 (file)
@@ -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),