From 34c5a05fda58fedee0d28cc962fe032cd557f136 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:55:55 +0900 Subject: [PATCH] =?UTF-8?q?[bugfix]=20Main=20Window:=20=E5=88=9D=E5=9B=9E?= =?UTF-8?q?=E8=B5=B7=E5=8B=95=E6=99=82=E3=81=AE=E3=83=A1=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=82=B5=E3=82=A4=E3=82=BA=E3=82=92=E6=8B=A1?= =?UTF-8?q?=E5=A4=A7=E3=80=82=20CTranslate2=E5=AE=9F=E8=A3=85=E6=99=82?= =?UTF-8?q?=E3=81=AB=E3=80=81=E8=8B=A5=E5=B9=B2=E9=AB=98=E3=81=95=E3=81=8C?= =?UTF-8?q?=E5=A2=97=E3=81=88=E3=81=9F=E3=81=AE=E3=81=A7=E3=81=9D=E3=81=AE?= =?UTF-8?q?=E5=88=86=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index a5405100..d565bfe8 100644 --- a/config.py +++ b/config.py @@ -905,7 +905,7 @@ class Config: "x_pos": "0", "y_pos": "0", "width": "870", - "height": "640", + "height": "654", } self._CHOICE_MIC_HOST = getDefaultInputDevice()["host"]["name"] self._CHOICE_MIC_DEVICE = getDefaultInputDevice()["device"]["name"]