From 133bb2ede1c0b435b7c5f0d057e818a00e38ed43 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Thu, 16 May 2024 17:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B6=8A=E5=8D=97=E8=AF=AD?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=8B=EF=BC=8C=E8=AE=BE=E7=BD=AE=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=85=B3=E4=BA=8E=E5=AF=B9=E8=AF=9D=E6=A1=86=E7=9A=84?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/twainui/hg_settingdialog.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/twainui/hg_settingdialog.cpp b/modules/twainui/hg_settingdialog.cpp index b926b14c..c454c7b2 100644 --- a/modules/twainui/hg_settingdialog.cpp +++ b/modules/twainui/hg_settingdialog.cpp @@ -2017,6 +2017,9 @@ void hg_settingdialog::slot_buttonAboutClicked() QMessageBox msg(QMessageBox::NoIcon, title, content, QMessageBox::Ok, this); msg.setStyleSheet("QLabel{""min-width: 280px;""}"); + int code = lang_get_cur_code_page(); + if (code == 1258) + msg.setStyleSheet("QLabel{""min-width: 320px;""}"); msg.exec(); }