We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c1b32 commit 403d072Copy full SHA for 403d072
dialogs/change_language.py
@@ -24,7 +24,6 @@ def show():
24
custom_ui.Radiobutton(window, text = strings.en_US.language, value = "en_US", variable = language).pack(anchor = "w")
25
custom_ui.Radiobutton(window, text = strings.fr_FR.language, value = "fr_FR", variable = language).pack(anchor = "w")
26
custom_ui.Radiobutton(window, text = strings.ro_RO.language, value = "ro_RO", variable = language).pack(anchor = "w")
27
-
28
29
buttons = ttk.Frame(window)
30
buttons.pack(pady = preferences.get_scaled_value(16), fill = "x")
0 commit comments