diff options
author | ritsuka <[email protected]> | 2015-07-28 06:24:53 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-07-28 06:24:53 +0000 |
commit | 4ebfbe60d2163ea91b9791b02d76425b5aafdf5d (patch) | |
tree | 44f2918a23d44002732eb50f34686fa46feb2d86 /macosx/English.lproj/OutputPanel.xib | |
parent | 9ae2a401aebbe47e6729912c38d03c713b110e70 (diff) |
MacGui: fix the build. Set the xibs compatibility to Xcode 6.3.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7382 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/OutputPanel.xib')
-rw-r--r-- | macosx/English.lproj/OutputPanel.xib | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/macosx/English.lproj/OutputPanel.xib b/macosx/English.lproj/OutputPanel.xib index a568474bf..10c83460a 100644 --- a/macosx/English.lproj/OutputPanel.xib +++ b/macosx/English.lproj/OutputPanel.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="7515.2" systemVersion="14D72i" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="8164.2" systemVersion="15A225f" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> - <deployment version="1060" identifier="macosx"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7515.2"/> + <deployment identifier="macosx"/> + <development version="6300" identifier="xcode"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8164.2"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBOutputPanelController"> @@ -33,6 +34,7 @@ <textView editable="NO" importsGraphics="NO" richText="NO" findStyle="panel" verticallyResizable="YES" id="20"> <rect key="frame" x="0.0" y="0.0" width="378" height="439"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> + <animations/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <size key="minSize" width="378" height="439"/> <size key="maxSize" width="743" height="10000000"/> @@ -45,18 +47,23 @@ </connections> </textView> </subviews> + <animations/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> </clipView> - <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="40"> + <animations/> + <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="40"> <rect key="frame" x="-100" y="-100" width="87" height="18"/> <autoresizingMask key="autoresizingMask"/> + <animations/> </scroller> - <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="39"> + <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="39"> <rect key="frame" x="363" y="1" width="16" height="439"/> <autoresizingMask key="autoresizingMask"/> + <animations/> </scroller> </scrollView> </subviews> + <animations/> </view> <connections> <outlet property="delegate" destination="-2" id="17"/> |