Skip to content

Commit a56e5ea

Browse files
committed
Fix tiling
1 parent 03b7301 commit a56e5ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SplitShow/PresentationWindow.xib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12118" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12118"/>
6-
<plugIn identifier="com.apple.pdfkit.ibplugin" version="12118"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12120"/>
6+
<plugIn identifier="com.apple.pdfkit.ibplugin" version="12120"/>
77
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
88
</dependencies>
99
<objects>
@@ -18,7 +18,7 @@
1818
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
1919
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="QvC-M9-y7g">
2020
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
21-
<windowCollectionBehavior key="collectionBehavior" moveToActiveSpace="YES" fullScreenPrimary="YES" fullScreenDisallowsTiling="YES"/>
21+
<windowCollectionBehavior key="collectionBehavior" moveToActiveSpace="YES" fullScreenPrimary="YES" fullScreenAllowsTiling="YES"/>
2222
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
2323
<rect key="contentRect" x="196" y="240" width="506" height="296"/>
2424
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>

0 commit comments

Comments
 (0)