This commit is contained in:
weijian 2023-06-13 16:33:33 +08:00
parent b0a69982dd
commit 83b5a6e22d

View file

@ -51,7 +51,7 @@ class Window:
# coordination settings button,coordination 设置按钮
tk.Button(self.frmRT, text="设置", width=5, command=self.get_coord_input).grid(
row=, column=1, sticky="w", padx=3, pady=2
row=7, column=1, sticky="w", padx=3, pady=2
)
# Gripper switch button,夹爪开关按钮