Compare commits

...

3 Commits

Author SHA1 Message Date
lm a4b249ddf9 Update window title to drop ICRA acronym 2025-10-17 15:12:04 +02:00
lm 1d389f6a05 Revert "Update README branding to focus on logo"
This reverts commit 9c2a4153bb.
2025-10-17 15:11:08 +02:00
lm 9c2a4153bb Update README branding to focus on logo 2025-10-17 15:10:42 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ class ICRAApp(
def __init__(self, root: tk.Tk):
self.root = root
self.root.title("ICRA — Interactive Color Range Analyzer")
self.root.title("Interactive Color Range Analyzer")
self._setup_window()
# Theme and styling

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"),