[bugfix] Main Window: 初回起動時のメイン画面サイズを拡大。
CTranslate2実装時に、若干高さが増えたのでその分を追加。
This commit is contained in:
@@ -905,7 +905,7 @@ class Config:
|
|||||||
"x_pos": "0",
|
"x_pos": "0",
|
||||||
"y_pos": "0",
|
"y_pos": "0",
|
||||||
"width": "870",
|
"width": "870",
|
||||||
"height": "640",
|
"height": "654",
|
||||||
}
|
}
|
||||||
self._CHOICE_MIC_HOST = getDefaultInputDevice()["host"]["name"]
|
self._CHOICE_MIC_HOST = getDefaultInputDevice()["host"]["name"]
|
||||||
self._CHOICE_MIC_DEVICE = getDefaultInputDevice()["device"]["name"]
|
self._CHOICE_MIC_DEVICE = getDefaultInputDevice()["device"]["name"]
|
||||||
|
|||||||
Reference in New Issue
Block a user