Groove for debugging

This commit is contained in:
Barry Warsaw 1998-10-01 03:07:20 +00:00
parent 03e8a31eb3
commit aa40b556fd

View file

@ -52,8 +52,8 @@ class ChipWidget:
class ChipViewer:
def __init__(self, switchboard, parent=None):
self.__sb = switchboard
self.__frame = Frame(parent)
self.__frame.pack(expand=YES, fill=BOTH)
self.__frame = Frame(parent, relief=GROOVE, borderwidth=2)
self.__frame.pack()
# create the chip that will display the currently selected color
# exactly
self.__sframe = Frame(self.__frame)