diff options
author | Teddy Wing | 2018-09-05 21:11:20 +0200 |
---|---|---|
committer | Teddy Wing | 2018-09-05 21:11:20 +0200 |
commit | 446346c056a5abd8bbd7e7aaad94e22ec175b0c7 (patch) | |
tree | bd3ad70b3424b2d885d0038cb19376501c002d44 /CopyMailto | |
parent | 21e479334a7d8e8d671b9992054640da89c345df (diff) | |
download | Copy-Mailto-446346c056a5abd8bbd7e7aaad94e22ec175b0c7.tar.bz2 |
MainMenu.xib: Disable window resize and other unneeded attributes
Set window height/size to be smaller, set it to centered horizontally
and proportional vertical.
Diffstat (limited to 'CopyMailto')
-rw-r--r-- | CopyMailto/Base.lproj/MainMenu.xib | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CopyMailto/Base.lproj/MainMenu.xib b/CopyMailto/Base.lproj/MainMenu.xib index da990f7..e3f79a2 100644 --- a/CopyMailto/Base.lproj/MainMenu.xib +++ b/CopyMailto/Base.lproj/MainMenu.xib @@ -67,10 +67,10 @@ </menuItem> </items> </menu> - <window title="CopyMailto" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g"> - <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/> - <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> - <rect key="contentRect" x="335" y="390" width="480" height="121"/> + <window title="CopyMailto" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" showsToolbarButton="NO" animationBehavior="default" id="QvC-M9-y7g"> + <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/> + <windowPositionMask key="initialPositionMask" topStrut="YES" bottomStrut="YES"/> + <rect key="contentRect" x="601" y="496" width="480" height="121"/> <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/> <view key="contentView" wantsLayer="YES" misplaced="YES" id="EiT-Mj-1SZ"> <rect key="frame" x="0.0" y="0.0" width="480" height="121"/> |