From 60ce296289e5cfc6ab5b435262cce8e13d575a72 Mon Sep 17 00:00:00 2001 From: misygauziya Date: Fri, 21 Jul 2023 01:33:50 +0900 Subject: [PATCH] =?UTF-8?q?[update]=20v1.3=E3=83=AA=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=82=B9=E3=81=AE=E3=81=9F=E3=82=81=E3=80=81SCROLLABLE=5FDROPD?= =?UTF-8?q?OWN=20=3D=20False=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- window_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window_config.py b/window_config.py index 1b95400a..2fed895d 100644 --- a/window_config.py +++ b/window_config.py @@ -14,7 +14,7 @@ from languages import translation_lang, transcription_lang, selectable_languages from ctk_scrollable_dropdown import CTkScrollableDropdown -SCROLLABLE_DROPDOWN = True +SCROLLABLE_DROPDOWN = False class ToplevelWindowConfig(CTkToplevel):