Update window title to drop ICRA acronym

This commit is contained in:
lm
2025-10-17 15:12:04 +02:00
parent 1d389f6a05
commit a4b249ddf9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ class UIBuilderMixin:
title_label = tk.Label(
title_bar,
text="ICRA — Interactive Color Range Analyzer",
text="Interactive Color Range Analyzer",
bg=bar_bg,
fg="#f5f5f5",
font=("Segoe UI", 11, "bold"),