新增功能,网格修正

This commit is contained in:
2025-11-05 18:09:00 +08:00
parent df0e9ecb22
commit 88bd0b17c9
+1
View File
@@ -65,6 +65,7 @@ class TradeTargetUI:
command=self.add_trade_target, width=12).pack(side=tk.LEFT, padx=2) command=self.add_trade_target, width=12).pack(side=tk.LEFT, padx=2)
ttk.Button(toolbar_frame, text="🗑 删除标的", ttk.Button(toolbar_frame, text="🗑 删除标的",
command=self.delete_selected_trade, width=12).pack(side=tk.LEFT, padx=2) command=self.delete_selected_trade, width=12).pack(side=tk.LEFT, padx=2)
ttk.Button(toolbar_frame, text="🛠 网格修正", width=12).pack(side=tk.LEFT, padx=2)
# 添加分隔符 # 添加分隔符
ttk.Separator(toolbar_frame, orient='vertical').pack(side=tk.LEFT, fill=tk.Y, padx=10) ttk.Separator(toolbar_frame, orient='vertical').pack(side=tk.LEFT, fill=tk.Y, padx=10)