Skip to content

Commit f3a3c03

Browse files
authored
Merge pull request #46 from replete-repl/content-insets
Content inset tweaks
2 parents 015db48 + 242900c commit f3a3c03

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Replete/Base.lproj/Main.storyboard

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
4+
<deployment identifier="macosx"/>
45
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
56
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
67
</dependencies>
@@ -752,22 +753,23 @@ DQ
752753
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
753754
<subviews>
754755
<textView editable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" findStyle="bar" spellingCorrection="YES" smartInsertDelete="YES" id="Qxg-df-C9U">
755-
<rect key="frame" x="0.0" y="0.0" width="500" height="310"/>
756+
<rect key="frame" x="0.0" y="0.0" width="490" height="300"/>
756757
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
757758
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
758759
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
759-
<size key="minSize" width="500" height="310"/>
760+
<size key="minSize" width="490" height="300"/>
760761
<size key="maxSize" width="500" height="10000000"/>
761762
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
762763
</textView>
763764
</subviews>
764765
</clipView>
766+
<edgeInsets key="contentInsets" left="2" right="2" top="5" bottom="5"/>
765767
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="OKl-cz-al5">
766768
<rect key="frame" x="-100" y="-100" width="240" height="16"/>
767769
<autoresizingMask key="autoresizingMask"/>
768770
</scroller>
769771
<scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="ejR-bb-cwg">
770-
<rect key="frame" x="484" y="0.0" width="16" height="310"/>
772+
<rect key="frame" x="482" y="5" width="16" height="300"/>
771773
<autoresizingMask key="autoresizingMask"/>
772774
</scroller>
773775
</scrollView>
@@ -790,22 +792,23 @@ DQ
790792
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
791793
<subviews>
792794
<textView importsGraphics="NO" richText="NO" verticallyResizable="YES" findStyle="bar" spellingCorrection="YES" smartInsertDelete="YES" id="SSS-Ar-UXL">
793-
<rect key="frame" x="0.0" y="0.0" width="500" height="80"/>
795+
<rect key="frame" x="0.0" y="0.0" width="492" height="69"/>
794796
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
795797
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
796798
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
797-
<size key="minSize" width="500" height="80"/>
799+
<size key="minSize" width="492" height="69"/>
798800
<size key="maxSize" width="500" height="10000000"/>
799801
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
800802
</textView>
801803
</subviews>
802804
</clipView>
805+
<edgeInsets key="contentInsets" left="2" right="2" top="6" bottom="5"/>
803806
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="ziJ-2X-EV8">
804807
<rect key="frame" x="-100" y="-100" width="240" height="16"/>
805808
<autoresizingMask key="autoresizingMask"/>
806809
</scroller>
807810
<scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="r3f-Ve-Tkh">
808-
<rect key="frame" x="484" y="0.0" width="16" height="80"/>
811+
<rect key="frame" x="482" y="6" width="16" height="69"/>
809812
<autoresizingMask key="autoresizingMask"/>
810813
</scroller>
811814
</scrollView>

0 commit comments

Comments
 (0)