先提交下
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user