diff options
author | Damiano Galassi <[email protected]> | 2016-10-21 09:36:02 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-10-21 09:36:02 +0200 |
commit | 99897ef0c732ccf556311e18d33503fd80e1db4c (patch) | |
tree | 92a7bd82479803eb9ab7494ffdacd7f14f31e346 /macosx/English.lproj/ChaptersTitles.xib | |
parent | c4e61a6a50650ba9c6f27e7ab307d56beb85dd49 (diff) |
MacGui: better UI accessibility.
Diffstat (limited to 'macosx/English.lproj/ChaptersTitles.xib')
-rw-r--r-- | macosx/English.lproj/ChaptersTitles.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/English.lproj/ChaptersTitles.xib b/macosx/English.lproj/ChaptersTitles.xib index 8200f6d64..87821194e 100644 --- a/macosx/English.lproj/ChaptersTitles.xib +++ b/macosx/English.lproj/ChaptersTitles.xib @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="16A238m" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11535.1" systemVersion="16B2553a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment identifier="macosx"/> <development version="7000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11535.1"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBChapterTitlesController"> @@ -213,6 +213,7 @@ </prototypeCellViews> </tableColumn> </tableColumns> + <accessibility description="Chapter titles"/> <connections> <binding destination="Gv0-qM-nu4" name="content" keyPath="arrangedObjects" id="XCD-5A-hAR"/> <binding destination="-2" name="enabled" keyPath="self.job" id="leT-dv-Prc"> @@ -224,7 +225,6 @@ </connections> </tableView> </subviews> - <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> </clipView> <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="O2b-uL-5ea"> <rect key="frame" x="-100" y="-100" width="488" height="15"/> |