def layout_general_widgets(self, master): pad = dict(padx=PAD, pady=PAD) self.shapeLabel.grid(row=0, column=0, sticky=tk.W, **pad) self.
確定! 回上一頁