先提交下

This commit is contained in:
Mike Solar
2023-07-30 18:57:41 +08:00
parent 442feb1283
commit e3c650dbfd
13 changed files with 1735 additions and 1244 deletions

View File

@ -19,10 +19,10 @@ MainWindow::MainWindow(QWidget *parent) :
setCentralWidget(mainWindowLayout);
if(deskRect.width()*scale>1920){
resize(1600,1080);
this->setMaximumWidth(1600);
//this->setMaximumWidth(1600);
}else{
resize(800, 540);
this->setMaximumWidth(800);
//this->setMaximumWidth(800);
}