This commit is contained in:
2026-04-29 08:36:04 +02:00
parent daad4adeab
commit b58232b7d4
4 changed files with 55 additions and 3 deletions
@@ -37,8 +37,6 @@ def main():
root.title("Schválení názvu souboru")
root.resizable(True, False)
root.attributes("-topmost", True)
root.tk.call("encoding", "system", "utf-8")
os.environ.setdefault("TCL_ENCODING", "utf-8")
pad = {"padx": 12, "pady": 6}