Kaydet (Commit) 37400e89 authored tarafından Barry Warsaw's avatar Barry Warsaw

Better dimensions

üst a6f591ac
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment