diff options
| author | Rich Kreider <rjkreider@gmail.com> | 2026-06-08 13:31:41 -0400 |
|---|---|---|
| committer | Rich Kreider <rjkreider@gmail.com> | 2026-06-08 13:31:41 -0400 |
| commit | 28d62ad141c9d5f6987c44225bb10b20a90c0fbe (patch) | |
| tree | 9e25ff8a3701ee9e26205c311b0db88ef47a3e0b /main.py | |
| parent | 8a0d12776967844df9f3c58b460467ebe84d7aba (diff) | |
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ class PCITool: ttk.Label(f, text=APP_TITLE, font=("Segoe UI", 17, "bold")).pack(pady=(0, 8)) - ttk.Label(f, text=f"v{VERSION} | CTC Internal Tool", + ttk.Label(f, text=f"v{VERSION}", foreground="#777").pack() ttk.Separator(f).pack(fill=tk.X, pady=16) ttk.Label(f, text="Select an SAQ type in the left panel,\n" |
