Skip to content

Commit

Permalink
Merge pull request #6269 from ntoskrnl/allow-full-screen-in-accessory…
Browse files Browse the repository at this point in the history
…-mode

Partial fix for the #5535 – The issue with full screen not working when dock icon is hidden
  • Loading branch information
osy authored Nov 21, 2024
2 parents bd79faa + f7cd904 commit 7217aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Platform/macOS/Display/Base.lproj/VMDisplayWindow.xib
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="UTM" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" toolbarStyle="compact" id="QvC-M9-y7g">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="800" height="600"/>
<rect key="screenRect" x="0.0" y="0.0" width="1728" height="1079"/>
Expand Down

0 comments on commit 7217aa5

Please sign in to comment.