优化UI加载速度
This commit is contained in:
@@ -23,7 +23,7 @@ _TEMPLATE_FILE = "pantone_2670_colors.xlsx"
|
||||
|
||||
def create_pantone_baseline_panel(self: "PQAutomationApp"):
|
||||
"""创建 Pantone 认证摸底测试面板。"""
|
||||
frame = ttk.Frame(self.content_frame)
|
||||
frame = ttk.Frame(self.view_stack)
|
||||
self.pantone_baseline_frame = frame
|
||||
self.pantone_baseline_visible = False
|
||||
self.pantone_patterns = []
|
||||
|
||||
Reference in New Issue
Block a user