]> granicus.if.org Git - python/commitdiff
Groove for debugging
authorBarry Warsaw <barry@python.org>
Thu, 1 Oct 1998 03:07:20 +0000 (03:07 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 1 Oct 1998 03:07:20 +0000 (03:07 +0000)
Tools/pynche/ChipViewer.py

index 190cf092672afd44302f64e03af415d829d241d3..0f89408ebb24a714c988cedeb49db5ef98a0e794 100644 (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)