mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Better dimensions
This commit is contained in:
parent
a6f591ac6b
commit
37400e8943
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue