diff options
author | Damiano Galassi <[email protected]> | 2016-02-10 12:13:59 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-02-10 12:13:59 +0100 |
commit | 0c2c727d6791f4e3ce3190c2e3dae5075a68b5a3 (patch) | |
tree | 51fa8f34cf28c7f83a609aff9543899284adcd85 /macosx/English.lproj | |
parent | 6e044e7d7822d59ee743c3985f20ff70bff00f24 (diff) |
MacGui: fix the 'add preset' panel minimum size.
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/AddPreset.xib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/English.lproj/AddPreset.xib b/macosx/English.lproj/AddPreset.xib index 76702d597..5df7d8d59 100644 --- a/macosx/English.lproj/AddPreset.xib +++ b/macosx/English.lproj/AddPreset.xib @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10102" systemVersion="15E33e" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10102" systemVersion="15E39c" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> <development version="6300" identifier="xcode"/> @@ -23,7 +23,7 @@ <windowStyleMask key="styleMask" titled="YES" resizable="YES"/> <rect key="contentRect" x="421" y="536" width="480" height="229"/> <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/> - <value key="minSize" type="size" width="480" height="255"/> + <value key="minSize" type="size" width="480" height="229"/> <view key="contentView" id="AcO-9f-fnb"> <rect key="frame" x="0.0" y="0.0" width="480" height="229"/> <autoresizingMask key="autoresizingMask"/> |