修改UI细节错误

This commit is contained in:
xinzhu.yin
2026-06-10 11:39:08 +08:00
parent 3206079c63
commit 38222ff002
6 changed files with 92 additions and 92 deletions

View File

@@ -194,12 +194,6 @@ def create_gamma_pattern_panel(self: "PQAutomationApp"):
"<<ComboboxSelected>>", lambda e: _on_preset_selected(self)
)
ttk.Button(
preset_row1, text="加载",
bootstyle="info-outline", width=8,
command=lambda: _load_selected_preset(self),
).pack(side=tk.LEFT, padx=2)
ttk.Button(
preset_row1, text="应用为当前",
bootstyle="success", width=12,