From 4fa60ae9ac7a0900c6b79127aaefaa069bd4a8e1 Mon Sep 17 00:00:00 2001 From: jxder <1907979632@qq.com> Date: Sun, 31 Aug 2025 01:45:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=AE=BD=E5=BA=A6=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product/src/sys/sys_startup/ButtonForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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