diff options
author | Damiano Galassi <[email protected]> | 2016-10-21 14:43:35 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-10-21 14:43:35 +0200 |
commit | 5ab593ca1197d5cfd2255ad846db61cf65ad631d (patch) | |
tree | dbb4787846d7b2bbb3cc7cda11acbd1c3405b153 /macosx/HBPictureHUDController.xib | |
parent | 34fa9ee1f0a8b30d5ae0a033924c9ae671a8342c (diff) |
MacGui: add some accessibility labels to the preview window buttons.
Diffstat (limited to 'macosx/HBPictureHUDController.xib')
-rw-r--r-- | macosx/HBPictureHUDController.xib | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/macosx/HBPictureHUDController.xib b/macosx/HBPictureHUDController.xib index 22da3ff17..99690a921 100644 --- a/macosx/HBPictureHUDController.xib +++ b/macosx/HBPictureHUDController.xib @@ -1,8 +1,9 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11129.15" systemVersion="15G26a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> +<?xml version="1.0" encoding="UTF-8"?> +<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"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11129.15"/> + <development version="7000" identifier="xcode"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11535.1"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBPictureHUDController"> @@ -87,15 +88,17 @@ </menu> </popUpButtonCell> <connections> + <accessibilityConnection property="title" destination="5T3-Vx-mC1" id="G7o-Sr-rhm"/> <action selector="previewDurationPopUpChanged:" target="-2" id="JSm-Eo-Ijw"/> </connections> </popUpButton> <slider verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wUk-SQ-GhS"> - <rect key="frame" x="18" y="39" width="420" height="17"/> + <rect key="frame" x="18" y="39" width="420" height="15"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <sliderCell key="cell" controlSize="mini" continuous="YES" alignment="left" maxValue="9" tickMarkPosition="above" numberOfTickMarks="10" allowsTickMarkValuesOnly="YES" sliderType="linear" id="dPk-jb-w9o"> <font key="font" metaFont="miniSystem"/> </sliderCell> + <accessibility description="preview image"/> <connections> <action selector="pictureSliderChanged:" target="-2" id="576-54-fMW"/> </connections> |