Revision: 26974 http://sourceforge.net/p/bibdesk/svn/26974 Author: hofman Date: 2021-09-27 16:28:32 +0000 (Mon, 27 Sep 2021) Log Message: ----------- Don't set the maxSize of the find panel
Modified Paths: -------------- trunk/bibdesk/BDSKFindController.m Modified: trunk/bibdesk/BDSKFindController.m =================================================================== --- trunk/bibdesk/BDSKFindController.m 2021-09-27 08:59:40 UTC (rev 26973) +++ trunk/bibdesk/BDSKFindController.m 2021-09-27 16:28:32 UTC (rev 26974) @@ -141,11 +141,6 @@ if (NO == [[NSUserDefaults standardUserDefaults] boolForKey:BDSKShowFindStatusBarKey]) [statusBar toggleBelowView:controlsView animate:NO]; - // IB does not allow us to set the maxSize.height equal to the minSize.height for some reason, but it should be only horizontally resizable - NSSize maxWindowSize = [[self window] maxSize]; - maxWindowSize.height = [[self window] minSize].height; - [[self window] setMaxSize:maxWindowSize]; - // this fixes a bug with initialization of the menuItem states when using bindings NSInteger numItems = [searchTypePopUpButton numberOfItems]; NSInteger i; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit