Compare commits

..

No commits in common. "a4b249ddf91d3c78cb28f4c2ac867dcc980d463f" and "5ed060570d523716e53b7b1862a5df6b40be7d27" have entirely different histories.

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("Interactive Color Range Analyzer")
self.root.title("ICRA — 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="Interactive Color Range Analyzer",
text="ICRA — Interactive Color Range Analyzer",
bg=bar_bg,
fg="#f5f5f5",
font=("Segoe UI", 11, "bold"),