diff options
author | Damiano Galassi <[email protected]> | 2017-11-12 12:41:42 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-11-12 12:41:42 +0100 |
commit | 2ce11e0c322fe78c0d7c62ac4b7a00178fd6ae46 (patch) | |
tree | c06a9794e8803fb77f3084893fdd07b06368e46f /macosx/English.lproj | |
parent | 2c750474608acba5da55f76b518f45f83d9757cb (diff) |
MacGui: show a preview image in the summary tab.
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/HBSummaryViewController.xib | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/English.lproj/HBSummaryViewController.xib b/macosx/English.lproj/HBSummaryViewController.xib index b6005fc86..c39311b09 100644 --- a/macosx/English.lproj/HBSummaryViewController.xib +++ b/macosx/English.lproj/HBSummaryViewController.xib @@ -9,6 +9,7 @@ <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBSummaryViewController"> <connections> + <outlet property="previewView" destination="m5a-0z-QQ4" id="1G9-3A-dM4"/> <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> </connections> </customObject> @@ -158,7 +159,7 @@ Multiline Label
Multiline Label</string> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <customView wantsLayer="YES" translatesAutoresizingMaskIntoConstraints="NO" id="m5a-0z-QQ4"> + <customView wantsLayer="YES" translatesAutoresizingMaskIntoConstraints="NO" id="m5a-0z-QQ4" customClass="HBPreviewView"> <rect key="frame" x="254" y="16" width="597" height="334"/> </customView> </subviews> |