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/ChaptersTitles.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/ChaptersTitles.xib')
-rw-r--r-- | macosx/English.lproj/ChaptersTitles.xib | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/English.lproj/ChaptersTitles.xib b/macosx/English.lproj/ChaptersTitles.xib index d0c04d63b..74dd2df01 100644 --- a/macosx/English.lproj/ChaptersTitles.xib +++ b/macosx/English.lproj/ChaptersTitles.xib @@ -1,9 +1,9 @@ <?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="HBChapterTitlesController"> @@ -69,7 +69,7 @@ </binding> </connections> </button> - <scrollView horizontalLineScroll="18" horizontalPageScroll="0.0" verticalLineScroll="18" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="lqY-aE-MZi"> + <scrollView autohidesScrollers="YES" horizontalLineScroll="18" horizontalPageScroll="0.0" verticalLineScroll="18" verticalPageScroll="0.0" usesPredominantAxisScrolling="NO" id="lqY-aE-MZi"> <rect key="frame" x="20" y="20" width="886" height="264"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <clipView key="contentView" id="3Pi-zz-fFg"> @@ -234,7 +234,7 @@ <autoresizingMask key="autoresizingMask"/> <animations/> </scroller> - <scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="yp0-pp-Yw7"> + <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="yp0-pp-Yw7"> <rect key="frame" x="869" y="17" width="16" height="246"/> <autoresizingMask key="autoresizingMask"/> <animations/> |