修改UI细节错误
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user