From 6f2fea82f366d2a414dd5bc21a4cee28388e9f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Wed, 28 May 2025 13:41:56 +0100 Subject: [PATCH] chore: rename perspectivator window --- apps/perspectivator/perspectivator.pil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/perspectivator/perspectivator.pil.py b/apps/perspectivator/perspectivator.pil.py index e7b4a430..8f18a979 100644 --- a/apps/perspectivator/perspectivator.pil.py +++ b/apps/perspectivator/perspectivator.pil.py @@ -935,7 +935,7 @@ def main(): root = ttk.TTk( layout=ttk.TTkGridLayout(), - title="TTkode", + title="Perspectivator", mouseTrack=True)