Skip to content

Commit 340b326

Browse files
committed
Review view layout.
1 parent b202394 commit 340b326

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

osx/src/main/resources/Progress.xib

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17132.0.2" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23727" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17132.0.2"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23727"/>
5+
<capability name="Image references" minToolsVersion="12.0"/>
56
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
67
</dependencies>
78
<objects>
8-
<customObject id="-2" userLabel="File's Owner" customClass="ch.cyberduck.ui.cocoa.CDProgressController">
9+
<customObject id="-2" userLabel="File's Owner" customClass="CDProgressController" customModule="ch.cyberduck.ui.cocoa">
910
<connections>
1011
<outlet property="filesPopup" destination="10" id="20"/>
1112
<outlet property="iconImageView" destination="4" id="21"/>
@@ -25,9 +26,11 @@
2526
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
2627
<subviews>
2728
<imageView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4">
28-
<rect key="frame" x="0.0" y="44" width="38" height="38"/>
29+
<rect key="frame" x="0.0" y="40" width="38" height="38"/>
2930
<autoresizingMask key="autoresizingMask"/>
30-
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSApplicationIcon" id="5"/>
31+
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" id="5">
32+
<imageReference key="image" image="square.and.arrow.down.fill" catalog="system" symbolScale="default" renderingMode="template"/>
33+
</imageCell>
3134
</imageView>
3235
<box fixedFrame="YES" boxType="oldStyle" borderType="none" title="Title" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="6">
3336
<rect key="frame" x="40" y="0.0" width="293" height="82"/>
@@ -36,7 +39,7 @@
3639
<rect key="frame" x="0.0" y="0.0" width="293" height="82"/>
3740
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
3841
<subviews>
39-
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7">
42+
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7">
4043
<rect key="frame" x="28" y="22" width="259" height="14"/>
4144
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
4245
<textFieldCell key="cell" sendsActionOnEndEditing="YES" id="8">
@@ -50,7 +53,7 @@
5053
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
5154
</progressIndicator>
5255
<popUpButton fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
53-
<rect key="frame" x="-3" y="56" width="290" height="22"/>
56+
<rect key="frame" x="2" y="56" width="283" height="22"/>
5457
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
5558
<popUpButtonCell key="cell" type="bevel" title=" " bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="bezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="13" id="11">
5659
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
@@ -62,7 +65,7 @@
6265
</menu>
6366
</popUpButtonCell>
6467
</popUpButton>
65-
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="14">
68+
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="14">
6669
<rect key="frame" x="28" y="5" width="259" height="14"/>
6770
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
6871
<textFieldCell key="cell" sendsActionOnEndEditing="YES" id="15">
@@ -76,7 +79,7 @@
7679
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
7780
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageAlignment="topRight" imageScaling="proportionallyDown" image="statusGreen" id="17"/>
7881
</imageView>
79-
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="18">
82+
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="18">
8083
<rect key="frame" x="6" y="42" width="281" height="14"/>
8184
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
8285
<textFieldCell key="cell" sendsActionOnEndEditing="YES" id="19">
@@ -89,11 +92,11 @@
8992
</view>
9093
</box>
9194
</subviews>
92-
<point key="canvasLocation" x="74" y="154"/>
95+
<point key="canvasLocation" x="73.5" y="154"/>
9396
</customView>
9497
</objects>
9598
<resources>
96-
<image name="NSApplicationIcon" width="32" height="32"/>
99+
<image name="square.and.arrow.down.fill" catalog="system" width="15" height="16"/>
97100
<image name="statusGreen" width="32" height="32"/>
98101
</resources>
99102
</document>

0 commit comments

Comments
 (0)