diff options
author | Teddy Wing | 2018-09-05 22:01:59 +0200 |
---|---|---|
committer | Teddy Wing | 2018-09-05 22:03:10 +0200 |
commit | 96a2880db7109be6e48de4eb4275e9eae6fd00f0 (patch) | |
tree | e195e38ced92c70a627af2021e9443e9b3ab163b /CopyMailto/Base.lproj | |
parent | 826a515159920777cb4f38663051a7686c4d24d5 (diff) | |
download | Copy-Mailto-96a2880db7109be6e48de4eb4275e9eae6fd00f0.tar.bz2 |
MainMenu.xib: Correctly align "Quit" button next to "Copy" button
Diffstat (limited to 'CopyMailto/Base.lproj')
-rw-r--r-- | CopyMailto/Base.lproj/MainMenu.xib | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/CopyMailto/Base.lproj/MainMenu.xib b/CopyMailto/Base.lproj/MainMenu.xib index e8c4214..9fd9f26 100644 --- a/CopyMailto/Base.lproj/MainMenu.xib +++ b/CopyMailto/Base.lproj/MainMenu.xib @@ -93,32 +93,32 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <button verticalHuggingPriority="750" misplaced="YES" id="dF9-KQ-ymU"> - <rect key="frame" x="306" y="13" width="66" height="32"/> + <button verticalHuggingPriority="750" misplaced="YES" id="kh0-Tv-Cj9"> + <rect key="frame" x="394" y="13" width="72" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" title="Quit" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="aJz-qw-lxS"> + <buttonCell key="cell" type="push" title="Copy" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ujL-03-vyZ"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> <string key="keyEquivalent" base64-UTF8="YES"> -Gw +DQ </string> </buttonCell> <connections> - <action selector="terminate:" target="-1" id="M3t-iK-CjQ"/> + <action selector="copyEmailToClipboard:" target="Voe-Tx-rLC" id="uX1-7A-IwJ"/> </connections> </button> - <button verticalHuggingPriority="750" misplaced="YES" id="kh0-Tv-Cj9"> - <rect key="frame" x="394" y="13" width="72" height="32"/> + <button verticalHuggingPriority="750" misplaced="YES" id="dF9-KQ-ymU"> + <rect key="frame" x="328" y="13" width="66" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" title="Copy" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ujL-03-vyZ"> + <buttonCell key="cell" type="push" title="Quit" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="aJz-qw-lxS"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> <string key="keyEquivalent" base64-UTF8="YES"> -DQ +Gw </string> </buttonCell> <connections> - <action selector="copyEmailToClipboard:" target="Voe-Tx-rLC" id="uX1-7A-IwJ"/> + <action selector="terminate:" target="-1" id="M3t-iK-CjQ"/> </connections> </button> </subviews> |