Skip to content

Commit

Permalink
Fixed initial window cascading point to not be too low on the left (doh)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeydom committed Jan 3, 2022
1 parent 2d740bd commit 35f02ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SubEthaEdit-Mac/PlainTextWindow.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17506" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17506"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand All @@ -17,8 +17,8 @@
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
<rect key="contentRect" x="78" y="356" width="452" height="471"/>
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
<rect key="contentRect" x="63" y="760" width="452" height="471"/>
<rect key="screenRect" x="0.0" y="0.0" width="2056" height="1285"/>
<view key="contentView" id="5">
<rect key="frame" x="0.0" y="0.0" width="452" height="471"/>
<autoresizingMask key="autoresizingMask"/>
Expand Down

0 comments on commit 35f02ef

Please sign in to comment.