Commit 37400e89 authored by Barry Warsaw's avatar Barry Warsaw

Better dimensions

parent a6f591ac
...@@ -18,8 +18,8 @@ from Tkinter import * ...@@ -18,8 +18,8 @@ from Tkinter import *
import Pmw import Pmw
class ChipWidget(Pmw.MegaWidget): class ChipWidget(Pmw.MegaWidget):
_WIDTH = 80 _WIDTH = 150
_HEIGHT = 100 _HEIGHT = 80
def __init__(self, parent=None, **kw): def __init__(self, parent=None, **kw):
optionsdefs = (('chip_borderwidth', 2, None), 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