diff --git a/py/LunaTranslator/ocrengines/local.py b/py/LunaTranslator/ocrengines/local.py index 448d9974..5f465c12 100644 --- a/py/LunaTranslator/ocrengines/local.py +++ b/py/LunaTranslator/ocrengines/local.py @@ -170,7 +170,7 @@ def question(): ) formLayout.addRow( "添加语言包", - getboxlayout([combo, btndownload, btninstall], makewidget=True), + getboxlayout([combo, btndownload, btninstall], makewidget=True, margin0=True), ) return dialog