Skip to content

Commit 0c8ec85

Browse files
committed
Main window tweaks
1 parent 3fc75e0 commit 0c8ec85

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

Resources/English.lproj/RepositoryWindow.xib

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14105" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12120"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14105"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<objects>
@@ -24,7 +24,7 @@
2424
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
2525
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
2626
<rect key="contentRect" x="4" y="290" width="890" height="514"/>
27-
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1177"/>
27+
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="900"/>
2828
<value key="minSize" type="size" width="600" height="450"/>
2929
<view key="contentView" id="5">
3030
<rect key="frame" x="0.0" y="0.0" width="890" height="514"/>
@@ -61,7 +61,7 @@
6161
<customView translatesAutoresizingMaskIntoConstraints="NO" id="396" userLabel="Status View">
6262
<rect key="frame" x="322" y="0.0" width="246" height="31"/>
6363
<subviews>
64-
<textField verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="397">
64+
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="397">
6565
<rect key="frame" x="41" y="8" width="188" height="14"/>
6666
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
6767
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left" title="Label" id="398">
@@ -81,11 +81,20 @@
8181
</constraints>
8282
</customView>
8383
<customView translatesAutoresizingMaskIntoConstraints="NO" id="443" userLabel="RefreshTermFind View">
84-
<rect key="frame" x="624" y="0.0" width="246" height="31"/>
84+
<rect key="frame" x="718" y="0.0" width="172" height="31"/>
8585
<subviews>
86-
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="430">
87-
<rect key="frame" x="110" y="3" width="25" height="25"/>
88-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
86+
<button verticalHuggingPriority="750" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="439">
87+
<rect key="frame" x="111" y="3" width="53" height="25"/>
88+
<buttonCell key="cell" type="roundTextured" title="Finder" alternateTitle="Reveal" bezelStyle="texturedRounded" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="440">
89+
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
90+
<font key="font" metaFont="system"/>
91+
<connections>
92+
<action selector="revealInFinder:" target="-2" id="442"/>
93+
</connections>
94+
</buttonCell>
95+
</button>
96+
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="430">
97+
<rect key="frame" x="8" y="3" width="21" height="25"/>
8998
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="NSRefreshTemplate" imagePosition="only" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="431">
9099
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
91100
<font key="font" metaFont="system"/>
@@ -94,31 +103,23 @@
94103
<action selector="refresh:" target="-2" id="432"/>
95104
</connections>
96105
</button>
97-
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="435">
98-
<rect key="frame" x="143" y="3" width="70" height="25"/>
99-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
100-
<buttonCell key="cell" type="roundTextured" title="Console" alternateTitle="Terminal" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="436">
106+
<button verticalHuggingPriority="750" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="435">
107+
<rect key="frame" x="37" y="3" width="66" height="25"/>
108+
<buttonCell key="cell" type="roundTextured" title="Terminal" alternateTitle="Terminal" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="436">
101109
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
102110
<font key="font" metaFont="system"/>
103111
</buttonCell>
104112
<connections>
105113
<action selector="openInTerminal:" target="-2" id="438"/>
106114
</connections>
107115
</button>
108-
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="439">
109-
<rect key="frame" x="221" y="3" width="25" height="25"/>
110-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
111-
<buttonCell key="cell" type="roundTextured" alternateTitle="Reveal" bezelStyle="texturedRounded" image="NSRevealFreestandingTemplate" imagePosition="only" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="440">
112-
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
113-
<font key="font" metaFont="system"/>
114-
<connections>
115-
<action selector="revealInFinder:" target="-2" id="442"/>
116-
</connections>
117-
</buttonCell>
118-
</button>
119116
</subviews>
120117
<constraints>
121-
<constraint firstAttribute="width" constant="246" id="FFQ-Te-DMv"/>
118+
<constraint firstItem="439" firstAttribute="leading" secondItem="435" secondAttribute="trailing" constant="8" id="6eT-dH-xhU"/>
119+
<constraint firstItem="430" firstAttribute="leading" secondItem="443" secondAttribute="leading" constant="8" id="7ec-Pt-Wkc"/>
120+
<constraint firstAttribute="trailing" secondItem="439" secondAttribute="trailing" constant="8" id="FzC-UB-eDj"/>
121+
<constraint firstItem="430" firstAttribute="centerY" secondItem="443" secondAttribute="centerY" id="UNA-gF-tzH"/>
122+
<constraint firstItem="435" firstAttribute="leading" secondItem="430" secondAttribute="trailing" constant="8" id="XmQ-Du-8sP"/>
122123
<constraint firstAttribute="height" constant="31" id="kbj-zH-ihc"/>
123124
</constraints>
124125
</customView>
@@ -131,7 +132,7 @@
131132
<constraint firstAttribute="bottom" secondItem="443" secondAttribute="bottom" id="QTm-LQ-USz"/>
132133
<constraint firstItem="393" firstAttribute="top" secondItem="351" secondAttribute="bottom" constant="-1" id="TBA-8y-G81"/>
133134
<constraint firstAttribute="trailing" secondItem="351" secondAttribute="trailing" id="VJA-d6-nLw"/>
134-
<constraint firstAttribute="trailing" secondItem="443" secondAttribute="trailing" constant="20" id="atn-Rd-9Ge"/>
135+
<constraint firstAttribute="trailing" secondItem="443" secondAttribute="trailing" id="atn-Rd-9Ge"/>
135136
<constraint firstItem="393" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="j4W-RV-3aQ"/>
136137
<constraint firstAttribute="bottom" secondItem="396" secondAttribute="bottom" id="pIe-nQ-ntf"/>
137138
</constraints>
@@ -143,6 +144,5 @@
143144
</objects>
144145
<resources>
145146
<image name="NSRefreshTemplate" width="11" height="15"/>
146-
<image name="NSRevealFreestandingTemplate" width="14" height="14"/>
147147
</resources>
148148
</document>

0 commit comments

Comments
 (0)