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

(ChipViewer): Make frame sticky NSEW to fix geometry problem.

üst 93990de2
......@@ -68,7 +68,7 @@ class ChipViewer:
def __init__(self, switchboard, master=None):
self.__sb = switchboard
self.__frame = Frame(master, relief=RAISED, borderwidth=1)
self.__frame.grid(row=3, column=0, ipadx=5)
self.__frame.grid(row=3, column=0, ipadx=5, sticky='NSEW')
# 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