Skip to content

Commit c45fa1b

Browse files
committed
Increase padding.
1 parent 479cb79 commit c45fa1b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

osx/src/main/resources/Transfer.xib

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"/>
55
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
66
</dependencies>
77
<objects>
@@ -23,7 +23,7 @@
2323
<window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="Queue" animationBehavior="default" id="3">
2424
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
2525
<rect key="contentRect" x="114" y="511" width="501" height="180"/>
26-
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
26+
<rect key="screenRect" x="0.0" y="0.0" width="3008" height="1667"/>
2727
<view key="contentView" id="4">
2828
<rect key="frame" x="0.0" y="0.0" width="501" height="180"/>
2929
<autoresizingMask key="autoresizingMask"/>
@@ -68,11 +68,6 @@
6868
</subviews>
6969
</view>
7070
</box>
71-
<imageView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="20">
72-
<rect key="frame" x="7" y="4" width="38" height="38"/>
73-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
74-
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="21"/>
75-
</imageView>
7671
<textField verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="22">
7772
<rect key="frame" x="157" y="7" width="326" height="14"/>
7873
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
@@ -92,7 +87,7 @@
9287
</textFieldCell>
9388
</textField>
9489
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="26">
95-
<rect key="frame" x="4" y="7" width="151" height="14"/>
90+
<rect key="frame" x="64" y="7" width="91" height="14"/>
9691
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
9792
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="Local File:" id="27">
9893
<font key="font" metaFont="message" size="11"/>
@@ -101,14 +96,19 @@
10196
</textFieldCell>
10297
</textField>
10398
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="28">
104-
<rect key="frame" x="4" y="23" width="151" height="14"/>
99+
<rect key="frame" x="64" y="23" width="91" height="14"/>
105100
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
106101
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="URL:" id="29">
107102
<font key="font" metaFont="message" size="11"/>
108103
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
109104
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
110105
</textFieldCell>
111106
</textField>
107+
<imageView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="20">
108+
<rect key="frame" x="20" y="7" width="38" height="38"/>
109+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
110+
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="21"/>
111+
</imageView>
112112
</subviews>
113113
</view>
114114
<point key="canvasLocation" x="131.5" y="162"/>

0 commit comments

Comments
 (0)