diff --git a/product/src/sys/sys_startup/ButtonForm.cpp b/product/src/sys/sys_startup/ButtonForm.cpp index e9570754..9915505d 100644 --- a/product/src/sys/sys_startup/ButtonForm.cpp +++ b/product/src/sys/sys_startup/ButtonForm.cpp @@ -70,7 +70,7 @@ void ButtonForm::addToolButtons(QVector &buttonVec) toolBtn->setMaximumHeight(40); toolBtn->setMinimumHeight(40); //toolBtn->setMaximumWidth(100); - toolBtn->setMinimumWidth(80); + toolBtn->setMinimumWidth(40); //toolBtn->setIcon(icon); toolBtn->setText(m_bIsZh?buttonInfo.m_zh:buttonInfo.m_en); #ifdef Q_PROCESSOR_ARM_64