diff options
author | Damiano Galassi <[email protected]> | 2019-02-13 17:56:02 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-02-13 17:56:02 +0100 |
commit | 3f9a7051407be2562721471e2829bb2e73d391ed (patch) | |
tree | 59f51c88a97b41ee9d416495ae3a62005370332e /macosx/Base.lproj | |
parent | d0e37ca0d75fbcef5bdf47aafe8543e262314ec5 (diff) |
MacGui: remove two old unused classes, remove some old compatibility hacks, and fix warnings.
Diffstat (limited to 'macosx/Base.lproj')
-rw-r--r-- | macosx/Base.lproj/MainWindow.xib | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/macosx/Base.lproj/MainWindow.xib b/macosx/Base.lproj/MainWindow.xib index 9cff4bca5..d2d7383e8 100644 --- a/macosx/Base.lproj/MainWindow.xib +++ b/macosx/Base.lproj/MainWindow.xib @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.30.1" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.59" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment identifier="macosx"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.30.1"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.59"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> @@ -45,7 +45,7 @@ <rect key="frame" x="0.0" y="0.0" width="885" height="600"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <tabView controlSize="small" translatesAutoresizingMaskIntoConstraints="NO" id="1474" customClass="HBTabView"> + <tabView controlSize="small" translatesAutoresizingMaskIntoConstraints="NO" id="1474"> <rect key="frame" x="13" y="116" width="859" height="382"/> <constraints> <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="334" id="Jdl-tV-liS"/> @@ -53,7 +53,7 @@ <tabViewItems> <tabViewItem label="Summary" identifier="" id="BA0-eg-2Ka"> <view key="view" id="BjX-E2-6tb"> - <rect key="frame" x="10" y="25" width="839" height="344"/> + <rect key="frame" x="10" y="29" width="839" height="340"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> </view> </tabViewItem> @@ -94,9 +94,6 @@ </view> </tabViewItem> </tabViewItems> - <connections> - <outlet property="dropDelegate" destination="-2" id="PXr-K3-L2R"/> - </connections> </tabView> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="100" translatesAutoresizingMaskIntoConstraints="NO" id="1538"> <rect key="frame" x="18" y="570" width="48" height="14"/> |