[bugfix] Main Window: 初回起動時のメイン画面サイズを拡大。

CTranslate2実装時に、若干高さが増えたのでその分を追加。
This commit is contained in:
Sakamoto Shiina
2024-02-13 08:55:55 +09:00
parent badffc234e
commit 34c5a05fda

View File

@@ -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"]