mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
fix: mac full screen
This commit is contained in:
parent
44e97e5591
commit
277a7006f6
2 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue