diff options
author | Damiano Galassi <[email protected]> | 2015-12-05 10:22:35 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-12-05 10:22:35 +0100 |
commit | 4ae2a41a43e3ae4e053fc419f205cd1ea8ca68ec (patch) | |
tree | ad0badde8bffa1dfa26c9fb0a9cb0e2da7c37f9a /macosx/English.lproj/Audio.xib | |
parent | 5e4109859754c58b27534627dbfd014441f48e91 (diff) |
MacGui: fixed the table view header height on OS X versions older than 10.11.
Diffstat (limited to 'macosx/English.lproj/Audio.xib')
-rw-r--r-- | macosx/English.lproj/Audio.xib | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/macosx/English.lproj/Audio.xib b/macosx/English.lproj/Audio.xib index 06bef939f..62f963a47 100644 --- a/macosx/English.lproj/Audio.xib +++ b/macosx/English.lproj/Audio.xib @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9060" systemVersion="15C48a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> - <development version="6300" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9059"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9060"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBAudioController"> @@ -117,7 +116,7 @@ <rect key="frame" x="20" y="20" width="886" height="264"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <clipView key="contentView" id="2VK-QX-oZ0"> - <rect key="frame" x="1" y="23" width="884" height="240"/> + <rect key="frame" x="1" y="17" width="884" height="240"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="firstColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" rowHeight="25" rowSizeStyle="automatic" headerView="jdT-w6-s4n" viewBased="YES" id="yix-PF-sqH"> @@ -449,7 +448,7 @@ <animations/> </scroller> <tableHeaderView key="headerView" id="jdT-w6-s4n"> - <rect key="frame" x="0.0" y="0.0" width="884" height="23"/> + <rect key="frame" x="0.0" y="0.0" width="884" height="17"/> <autoresizingMask key="autoresizingMask"/> <animations/> </tableHeaderView> |