mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
Added inspector again
This commit is contained in:
@@ -96,7 +96,7 @@
|
|||||||
/* Add inspector view */
|
/* Add inspector view */
|
||||||
const NSRect inspectorFrame = [self.inspectorView frame];
|
const NSRect inspectorFrame = [self.inspectorView frame];
|
||||||
[self.inspectorTabViewController.view setFrame:inspectorFrame];
|
[self.inspectorTabViewController.view setFrame:inspectorFrame];
|
||||||
//[self.splitView replaceSubview:self.inspectorView with:[self.inspectorTabViewController view]];
|
[self.splitView replaceSubview:self.inspectorView with:[self.inspectorTabViewController view]];
|
||||||
[self.inspectorTabViewController updateResponderChain];
|
[self.inspectorTabViewController updateResponderChain];
|
||||||
|
|
||||||
[self _setOutlineVisible:NO];
|
[self _setOutlineVisible:NO];
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>725</string>
|
<string>726</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user