Kaydet (Commit) aa40b556 authored tarafından Barry Warsaw's avatar Barry Warsaw

Groove for debugging

üst 03e8a31e
......@@ -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)
......
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