修改标题

This commit is contained in:
hm
2021-04-23 14:08:07 +08:00
parent e3847e6545
commit d4ed81df9b
+1 -1
View File
@@ -57,7 +57,7 @@ QSize GetDesktopSize() {
int screen_height = mm.height();
qDebug()<<"availableGeometry:" << screen_width<<screen_height;
if(screen_width >= 1000)
if(screen_width >= 1080)
{
screen_width = 1000;
}