Revision: 12356 http://sourceforge.net/p/skim-app/code/12356 Author: hofman Date: 2021-06-21 14:40:32 +0000 (Mon, 21 Jun 2021) Log Message: ----------- Size to fit bookmarks table
Modified Paths: -------------- trunk/SKBookmarkController.m Modified: trunk/SKBookmarkController.m =================================================================== --- trunk/SKBookmarkController.m 2021-06-21 09:26:44 UTC (rev 12355) +++ trunk/SKBookmarkController.m 2021-06-21 14:40:32 UTC (rev 12356) @@ -218,6 +218,8 @@ [outlineView setSupportsQuickLook:YES]; + [outlineView sizeToFit]; + NSArray *sendTypes = [NSArray arrayWithObject:(NSString *)kUTTypeFileURL]; [NSApp registerServicesMenuSendTypes:sendTypes returnTypes:[NSArray array]]; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit