From 7198b0cbf7530e98a61d924318cb29a1cf331358 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Fri, 5 Nov 2021 13:56:38 +0100 Subject: [PATCH] Codestyle --- MacPass/MPToolbarDelegate.m | 1 - 1 file changed, 1 deletion(-) diff --git a/MacPass/MPToolbarDelegate.m b/MacPass/MPToolbarDelegate.m index 66f8e3cf..cc5cd04d 100644 --- a/MacPass/MPToolbarDelegate.m +++ b/MacPass/MPToolbarDelegate.m @@ -158,7 +158,6 @@ NSString *const MPToolbarItemIdentifierAutotype = @"TOOLBAR_AUTOTYPE"; menu.delegate = _addEntryMenuDelegate; button.contextMenu = menu; - NSRect fittingRect = button.frame; fittingRect.size.width = MAX( (CGFloat)32.0,fittingRect.size.width); button.frame = fittingRect;