29.06.2025 (show changelog)

This commit is contained in:
2025-07-02 12:40:08 +02:00
parent e824094556
commit 12904e843c
9 changed files with 357 additions and 70 deletions

View File

@ -129,7 +129,7 @@ class MessageDialog:
self.window = tk.Toplevel(master)
self.window.grab_set()
self.window.resizable(False, False)
ttk.Style().configure("TButton", font=("Helvetica", 11), padding=5)
ttk.Style().configure("TButton")
self.buttons_widgets = []
self.current_button_index = 0
self._load_icons()