From e4a86ef0df31fe9a1829533ea3cd68f7392a9e5e Mon Sep 17 00:00:00 2001 From: michael starke Date: Fri, 1 Sep 2017 16:38:21 +0200 Subject: [PATCH] =?UTF-8?q?fixed=20generic=20=E2=80=9Cwindow=E2=80=9D=20ti?= =?UTF-8?q?tle=20for=20password=20generator=20window?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MacPass/MPAppDelegate.m | 2 +- MacPass/PasswordCreatorWindow.xib | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/MacPass/MPAppDelegate.m b/MacPass/MPAppDelegate.m index 1dc7000e..a4ee3739 100644 --- a/MacPass/MPAppDelegate.m +++ b/MacPass/MPAppDelegate.m @@ -198,7 +198,7 @@ NSString *const MPDidChangeStoredKeyFilesSettings = @"com.hicknhack.macpass.MPDi } if(!self.passwordCreatorController) { self.passwordCreatorController = [[MPPasswordCreatorViewController alloc] init]; - self.passwordCreatorWindow.contentView = self.passwordCreatorController.view; + self.passwordCreatorWindow.contentViewController = self.passwordCreatorController; } [self.passwordCreatorController reset]; [self.passwordCreatorWindow makeKeyAndOrderFront:self.passwordCreatorWindow]; diff --git a/MacPass/PasswordCreatorWindow.xib b/MacPass/PasswordCreatorWindow.xib index 4f311079..e0ed105e 100644 --- a/MacPass/PasswordCreatorWindow.xib +++ b/MacPass/PasswordCreatorWindow.xib @@ -1,8 +1,8 @@ - - + + - - + + @@ -12,7 +12,7 @@ - + @@ -20,6 +20,7 @@ +