From d0272fd29863ad40f3b03b37068015c2e6896993 Mon Sep 17 00:00:00 2001 From: A_D Date: Fri, 28 May 2021 10:13:29 +0200 Subject: [PATCH] Fixed 'default' vs 'auto' --- plugins/coriolis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/coriolis.py b/plugins/coriolis.py index 7c031153..f7aabce3 100644 --- a/plugins/coriolis.py +++ b/plugins/coriolis.py @@ -76,7 +76,7 @@ def plugin_prefs(parent: tk.Widget, cmdr: str, is_beta: bool) -> tk.Frame: conf_frame, override_textvar, override_textvar.get(), - 'normal', 'beta', 'default' + 'normal', 'beta', 'auto' ).grid(sticky=tk.W, row=cur_row, column=1, padx=PADX) return conf_frame