diff options
author | Damiano Galassi <[email protected]> | 2017-06-19 11:59:18 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-06-19 11:59:18 +0200 |
commit | 5e588aca20fb3a6412a9a503e7a765ba1ea742db (patch) | |
tree | e711d34156b3b419fe0f0fd5619cc300ea989d2d /macosx | |
parent | f3eb76c633abf7744c9e97e1c10f6f0c41da75a4 (diff) |
MacGui: use "localizedStandardCompare:" to sort the titles by name in the add titles sheet. Titles will be sorted like in Finder.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/English.lproj/HBTitleSelection.xib | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/macosx/English.lproj/HBTitleSelection.xib b/macosx/English.lproj/HBTitleSelection.xib index 47ae7dedc..0185c1d7b 100644 --- a/macosx/English.lproj/HBTitleSelection.xib +++ b/macosx/English.lproj/HBTitleSelection.xib @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12100" systemVersion="16E144f" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13122.17" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment identifier="macosx"/> - <development version="7000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12100"/> + <development version="8000" identifier="xcode"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13122.17"/> + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBTitleSelectionController"> @@ -27,9 +28,9 @@ <value key="minSize" type="size" width="300" height="200"/> <view key="contentView" id="se5-gp-TjO"> <rect key="frame" x="0.0" y="0.0" width="554" height="250"/> - <autoresizingMask key="autoresizingMask"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5Jw-On-iU3"> + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5Jw-On-iU3"> <rect key="frame" x="18" y="216" width="518" height="14"/> <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Select the titles to add to the queue:" id="5tD-fg-g4t"> <font key="font" metaFont="smallSystemBold"/> @@ -88,7 +89,7 @@ DQ <rect key="frame" x="1" y="2" width="40" height="15"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="gLJ-VQ-3cg"> + <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gLJ-VQ-3cg"> <rect key="frame" x="1" y="1" width="38" height="14"/> <textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="right" title="0" id="hQc-RA-phB"> <font key="font" metaFont="smallSystem"/> @@ -128,7 +129,7 @@ DQ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="smallSystem"/> </buttonCell> - <sortDescriptor key="sortDescriptorPrototype" selector="localizedCaseInsensitiveCompare:" sortKey="title.name"/> + <sortDescriptor key="sortDescriptorPrototype" selector="localizedStandardCompare:" sortKey="title.name"/> <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> <prototypeCellViews> <tableCellView id="Sil-eA-Flj"> @@ -176,7 +177,7 @@ DQ <rect key="frame" x="420" y="2" width="90" height="15"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="dTs-ND-Vgf"> + <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dTs-ND-Vgf"> <rect key="frame" x="0.0" y="1" width="90" height="14"/> <textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="dsG-Ho-vsT"> <font key="font" metaFont="smallSystem"/> @@ -260,7 +261,7 @@ Gw <connections> <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/> </connections> - <point key="canvasLocation" x="-41" y="-193"/> + <point key="canvasLocation" x="61" y="-170"/> </window> <menu id="vdO-DI-vks"> <items> |