Better dimensions

This commit is contained in:
Barry Warsaw 1998-02-11 18:54:23 +00:00
parent a6f591ac6b
commit 37400e8943
1 changed files with 2 additions and 2 deletions

View 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),