diff options
author | Max <dmoagx@users.noreply.github.com> | 2018-05-23 23:07:33 +0200 |
---|---|---|
committer | Max <dmoagx@users.noreply.github.com> | 2018-05-23 23:07:33 +0200 |
commit | 99cb087a173152811d25fe60ca328f26250a6c22 (patch) | |
tree | 878077323baa618a072129c219f2ecac95797b62 /Interfaces | |
parent | cc3ac6bd77fc50ffdba67b7f4fecf4b682b4c5be (diff) | |
download | sequelpro-99cb087a173152811d25fe60ca328f26250a6c22.tar.gz sequelpro-99cb087a173152811d25fe60ca328f26250a6c22.tar.bz2 sequelpro-99cb087a173152811d25fe60ca328f26250a6c22.zip |
Fix an issue which caused most textboxes to no longer scroll properly (likely caused by a bug in Xcode) #3016
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 20 | ||||
-rw-r--r-- | Interfaces/English.lproj/FilterTableWindow.xib | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index b55710d3..6d2e2cbd 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -1401,7 +1401,7 @@ <rect key="frame" x="1" y="1" width="694" height="140"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textView focusRingType="none" importsGraphics="NO" richText="NO" horizontallyResizable="YES" usesFontPanel="YES" findStyle="panel" allowsDocumentBackgroundColorChange="YES" allowsUndo="YES" usesRuler="YES" id="8254" customClass="SPTextView"> + <textView focusRingType="none" importsGraphics="NO" richText="NO" horizontallyResizable="YES" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" allowsDocumentBackgroundColorChange="YES" allowsUndo="YES" usesRuler="YES" id="8254" customClass="SPTextView"> <rect key="frame" x="0.0" y="0.0" width="694" height="140"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> @@ -1782,7 +1782,7 @@ Gw <rect key="frame" x="0.0" y="0.0" width="672" height="74"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textView editable="NO" drawsBackground="NO" importsGraphics="NO" horizontallyResizable="YES" usesFontPanel="YES" allowsNonContiguousLayout="YES" id="8248"> + <textView editable="NO" drawsBackground="NO" importsGraphics="NO" horizontallyResizable="YES" verticallyResizable="YES" usesFontPanel="YES" allowsNonContiguousLayout="YES" id="8248"> <rect key="frame" x="0.0" y="0.0" width="672" height="74"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> @@ -1855,7 +1855,7 @@ Gw <rect key="frame" x="1" y="1" width="537" height="70"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textView importsGraphics="NO" richText="NO" findStyle="panel" continuousSpellChecking="YES" smartInsertDelete="YES" id="8236"> + <textView importsGraphics="NO" richText="NO" verticallyResizable="YES" findStyle="panel" continuousSpellChecking="YES" smartInsertDelete="YES" id="8236"> <rect key="frame" x="0.0" y="0.0" width="537" height="70"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> @@ -1900,7 +1900,7 @@ Gw <rect key="frame" x="1" y="1" width="537" height="197"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textView editable="NO" importsGraphics="NO" richText="NO" id="8242" customClass="SPTextView"> + <textView editable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" id="8242" customClass="SPTextView"> <rect key="frame" x="0.0" y="0.0" width="537" height="197"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> @@ -3677,7 +3677,7 @@ DQ <rect key="frame" x="1" y="1" width="318" height="168"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textView importsGraphics="NO" richText="NO" usesFontPanel="YES" findStyle="panel" allowsUndo="YES" smartInsertDelete="YES" id="8230" customClass="SPTextView"> + <textView importsGraphics="NO" richText="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" allowsUndo="YES" smartInsertDelete="YES" id="8230" customClass="SPTextView"> <rect key="frame" x="0.0" y="0.0" width="318" height="168"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> @@ -3788,7 +3788,7 @@ DQ <rect key="frame" x="1" y="1" width="366" height="204"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textView editable="NO" importsGraphics="NO" id="8219"> + <textView editable="NO" importsGraphics="NO" verticallyResizable="YES" id="8219"> <rect key="frame" x="0.0" y="0.0" width="366" height="204"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> @@ -3894,7 +3894,7 @@ Gw <rect key="frame" x="1" y="1" width="411" height="264"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textView editable="NO" importsGraphics="NO" richText="NO" id="8213" customClass="SPTextView"> + <textView editable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" id="8213" customClass="SPTextView"> <rect key="frame" x="0.0" y="0.0" width="411" height="264"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> @@ -3968,7 +3968,7 @@ Gw <rect key="frame" x="1" y="1" width="348" height="175"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textView editable="NO" importsGraphics="NO" richText="NO" id="8202"> + <textView editable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" id="8202"> <rect key="frame" x="0.0" y="0.0" width="348" height="175"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> @@ -5084,7 +5084,7 @@ Gw <rect key="frame" x="1" y="1" width="392" height="110"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textView editable="NO" importsGraphics="NO" richText="NO" allowsUndo="YES" allowsNonContiguousLayout="YES" quoteSubstitution="YES" dashSubstitution="YES" smartInsertDelete="YES" id="UVh-gz-xnJ"> + <textView editable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" allowsUndo="YES" allowsNonContiguousLayout="YES" quoteSubstitution="YES" dashSubstitution="YES" smartInsertDelete="YES" id="UVh-gz-xnJ"> <rect key="frame" x="0.0" y="0.0" width="392" height="110"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> @@ -5123,7 +5123,7 @@ Gw <rect key="frame" x="0.0" y="0.0" width="384" height="152"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textView editable="NO" drawsBackground="NO" importsGraphics="NO" richText="NO" usesFontPanel="YES" findStyle="panel" allowsNonContiguousLayout="YES" id="Bfr-0R-dqh"> + <textView editable="NO" drawsBackground="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" allowsNonContiguousLayout="YES" id="Bfr-0R-dqh"> <rect key="frame" x="0.0" y="0.0" width="384" height="152"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> diff --git a/Interfaces/English.lproj/FilterTableWindow.xib b/Interfaces/English.lproj/FilterTableWindow.xib index 384ec859..87eb9fc8 100644 --- a/Interfaces/English.lproj/FilterTableWindow.xib +++ b/Interfaces/English.lproj/FilterTableWindow.xib @@ -184,7 +184,7 @@ <rect key="frame" x="1" y="1" width="510" height="90"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <textView editable="NO" importsGraphics="NO" verticallyResizable="NO" findStyle="panel" allowsNonContiguousLayout="YES" id="NLm-8l-MrV" customClass="SPTextView"> + <textView editable="NO" importsGraphics="NO" verticallyResizable="YES" findStyle="panel" allowsNonContiguousLayout="YES" id="NLm-8l-MrV" customClass="SPTextView"> <rect key="frame" x="0.0" y="0.0" width="510" height="90"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |