Skip to content

Commit

Permalink
Change the Editor View to not Horizontally resizing
Browse files Browse the repository at this point in the history
this fixes MacDownApp#289
  • Loading branch information
ronhippler committed Apr 8, 2015
1 parent 6441e39 commit 64ed024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacDown/Localization/Base.lproj/MPDocument.xib
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<rect key="frame" x="0.0" y="0.0" width="509" height="578"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView importsGraphics="NO" richText="NO" horizontallyResizable="YES" findStyle="bar" allowsDocumentBackgroundColorChange="YES" allowsUndo="YES" verticallyResizable="YES" dashSubstitution="YES" smartInsertDelete="YES" id="VLv-r5-dZU" customClass="MPEditorView">
<textView importsGraphics="NO" richText="NO" findStyle="bar" allowsDocumentBackgroundColorChange="YES" allowsUndo="YES" verticallyResizable="YES" dashSubstitution="YES" smartInsertDelete="YES" id="VLv-r5-dZU" customClass="MPEditorView">
<rect key="frame" x="0.0" y="0.0" width="509" height="578"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
Expand Down

0 comments on commit 64ed024

Please sign in to comment.