diff options
author | Damiano Galassi <[email protected]> | 2017-12-15 15:13:46 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-12-15 15:13:46 +0100 |
commit | dd89c106cf88c972f90ec425442b2fa305a4c602 (patch) | |
tree | c566d6822fcde275e1dd651c69fda3316f6c618e /macosx/English.lproj/HBSummaryViewController.xib | |
parent | b16949a1c14e42c0b56873b5488a339812225bf9 (diff) |
MacGui: add a next and previous button to the summary panel preview.
Diffstat (limited to 'macosx/English.lproj/HBSummaryViewController.xib')
-rw-r--r-- | macosx/English.lproj/HBSummaryViewController.xib | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/macosx/English.lproj/HBSummaryViewController.xib b/macosx/English.lproj/HBSummaryViewController.xib index 942816e26..e7df77063 100644 --- a/macosx/English.lproj/HBSummaryViewController.xib +++ b/macosx/English.lproj/HBSummaryViewController.xib @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> <dependencies> <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13529"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> @@ -95,7 +94,7 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <customView wantsLayer="YES" translatesAutoresizingMaskIntoConstraints="NO" id="m5a-0z-QQ4" customClass="HBPreviewView"> + <customView wantsLayer="YES" translatesAutoresizingMaskIntoConstraints="NO" id="m5a-0z-QQ4"> <rect key="frame" x="295" y="16" width="556" height="334"/> </customView> <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="100" translatesAutoresizingMaskIntoConstraints="NO" id="Jgq-K8-z3W"> |