From 75405896bc162ac58d21f44526c1d7d4cd229818 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Mon, 17 Apr 2023 09:58:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83app=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E7=AA=97=E5=8F=A3=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scanner/mainwindow.cpp b/app/scanner/mainwindow.cpp index 30717bba..09d3b2d7 100644 --- a/app/scanner/mainwindow.cpp +++ b/app/scanner/mainwindow.cpp @@ -131,7 +131,7 @@ MainWindow::MainWindow(const QString& appLang, QWidget *parent) QDesktopWidget *desktopWidget = QApplication::desktop(); QRect screenRect = desktopWidget->screenGeometry(this); - if(screenRect.width() > 950 && screenRect.height() > 720) + if(screenRect.width() > 1200 && screenRect.height() > 900) { resize(950, 720); }