主窗口背景设置色深一些,以应对arm平台上分别不出背景的问题

This commit is contained in:
luoliangyi 2022-05-18 18:05:10 +08:00
parent 966be91479
commit b80f0cac47
1 changed files with 1 additions and 1 deletions

View File

@ -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();