From aa40b556fd12b358a634389a25dc0bef60744893 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 1 Oct 1998 03:07:20 +0000 Subject: [PATCH] Groove for debugging --- Tools/pynche/ChipViewer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/pynche/ChipViewer.py b/Tools/pynche/ChipViewer.py index 190cf092672..0f89408ebb2 100644 --- a/Tools/pynche/ChipViewer.py +++ b/Tools/pynche/ChipViewer.py @@ -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)