fix: mac full screen

dev
rankun 6 years ago committed by Barry
parent 815ab1ae2a
commit daeefe5257

@ -172,11 +172,7 @@ void VideoForm::updateShowSize(const QSize &newSize)
}
if (showSize != size()) {
#ifdef Q_OS_OSX
setFixedSize(showSize);
#else
resize(showSize);
#endif
if (m_skin) {
updateStyleSheet(vertical);
}

@ -29,7 +29,7 @@
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
<key>NSAppleEventsUsageDescription</key>
<string>play game need this</string>
<string></string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018-2038 rankun. All rights reserved.</string>
<key>NSMainStoryboardFile</key>

Loading…
Cancel
Save