Skip to content

Commit

Permalink
Don't overflow the status line
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Jul 15, 2013
1 parent 76be530 commit 51ca10a
Showing 1 changed file with 5 additions and 37 deletions.
42 changes: 5 additions & 37 deletions Tokaido/en.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<window title="Tokaido" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="371">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<rect key="contentRect" x="335" y="390" width="580" height="372"/>
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1578"/>
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
<value key="minSize" type="size" width="500" height="300"/>
<view key="contentView" id="372">
<rect key="frame" x="0.0" y="0.0" width="580" height="372"/>
Expand All @@ -458,7 +458,7 @@
</buttonCell>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="784">
<rect key="frame" x="368" y="3" width="72" height="25"/>
<rect key="frame" x="367" y="3" width="71.999999999999986" height="25"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxY="YES"/>
<buttonCell key="cell" type="roundTextured" title="Boot App" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="785">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Expand Down Expand Up @@ -507,8 +507,8 @@
</segments>
</segmentedCell>
</segmentedControl>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="715">
<rect key="frame" x="47" y="8" width="76" height="16"/>
<textField horizontalHuggingPriority="211" verticalHuggingPriority="750" horizontalCompressionResistancePriority="1" verticalCompressionResistancePriority="1" translatesAutoresizingMaskIntoConstraints="NO" id="715">
<rect key="frame" x="47" y="8" width="315" height="16"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Booting App" id="716">
<font key="font" metaFont="cellTitle"/>
Expand Down Expand Up @@ -566,6 +566,7 @@
<constraint firstAttribute="bottom" secondItem="596" secondAttribute="bottom" constant="5" id="KNE-Cp-NeJ"/>
<constraint firstItem="629" firstAttribute="leading" secondItem="372" secondAttribute="leading" constant="-1" id="RrJ-Kw-PPN"/>
<constraint firstAttribute="bottom" secondItem="547" secondAttribute="bottom" constant="5" id="VvR-F1-QVM"/>
<constraint firstItem="784" firstAttribute="leading" secondItem="715" secondAttribute="trailing" constant="8" id="ZPQ-vO-bYv"/>
<constraint firstAttribute="bottom" secondItem="629" secondAttribute="bottom" constant="31" id="Zju-zt-42F"/>
<constraint firstAttribute="trailing" secondItem="547" secondAttribute="trailing" constant="8" id="aUJ-C6-MtG"/>
<constraint firstItem="629" firstAttribute="top" secondItem="372" secondAttribute="top" id="dfS-aA-buw"/>
Expand Down Expand Up @@ -640,42 +641,9 @@
<image name="NSAddTemplate" width="8" height="8"/>
</resources>
<classes>
<class className="NSCollectionViewItem">
<source key="sourceIdentifier" type="project" relativePath="./Classes/NSCollectionViewItem.h"/>
<relationships>
<relationship kind="outlet" name="imageView" candidateClass="NSImageView"/>
<relationship kind="outlet" name="textField" candidateClass="NSTextField"/>
</relationships>
</class>
<class className="NSDocument">
<source key="sourceIdentifier" type="project" relativePath="./Classes/NSDocument.h"/>
<relationships>
<relationship kind="action" name="browseDocumentVersions:"/>
<relationship kind="action" name="duplicateDocument:"/>
<relationship kind="action" name="lockDocument:"/>
<relationship kind="action" name="moveDocument:"/>
<relationship kind="action" name="moveDocumentToUbiquityContainer:"/>
<relationship kind="action" name="printDocument:"/>
<relationship kind="action" name="renameDocument:"/>
<relationship kind="action" name="revertDocumentToSaved:"/>
<relationship kind="action" name="runPageLayout:"/>
<relationship kind="action" name="saveDocument:"/>
<relationship kind="action" name="saveDocumentAs:"/>
<relationship kind="action" name="saveDocumentTo:"/>
<relationship kind="action" name="saveDocumentToPDF:"/>
<relationship kind="action" name="unlockDocument:"/>
</relationships>
</class>
<class className="NSLayoutConstraint" superclassName="NSObject">
<source key="sourceIdentifier" type="project" relativePath="./Classes/NSLayoutConstraint.h"/>
</class>
<class className="NSTextView">
<source key="sourceIdentifier" type="project" relativePath="./Classes/NSTextView.h"/>
<relationships>
<relationship kind="action" name="orderFrontSharingServicePicker:"/>
<relationship kind="action" name="toggleQuickLookPreviewPanel:"/>
</relationships>
</class>
<class className="TKDAppCollectionView" superclassName="NSCollectionView">
<source key="sourceIdentifier" type="project" relativePath="./Classes/TKDAppCollectionView.h"/>
</class>
Expand Down

0 comments on commit 51ca10a

Please sign in to comment.