From b80f0cac47bf1e6aa1be9b42e3722a4af79da98e Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Wed, 18 May 2022 18:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E7=AA=97=E5=8F=A3=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=89=B2=E6=B7=B1=E4=B8=80=E4=BA=9B=EF=BC=8C?= =?UTF-8?q?=E4=BB=A5=E5=BA=94=E5=AF=B9arm=E5=B9=B3=E5=8F=B0=E4=B8=8A?= =?UTF-8?q?=E5=88=86=E5=88=AB=E4=B8=8D=E5=87=BA=E8=83=8C=E6=99=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= 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 bf00538c..e7610a5f 100644 --- a/app/scanner/mainwindow.cpp +++ b/app/scanner/mainwindow.cpp @@ -72,7 +72,7 @@ MainWindow::MainWindow(QWidget *parent) this->setWindowTitle(tr("HuaGoScan")); #endif this->setAutoFillBackground(true); - this->setPalette(QPalette(QColor(240, 240, 240))); + this->setPalette(QPalette(QColor(230, 230, 230))); m_config.load();