Revision: 14066
http://sourceforge.net/p/skim-app/code/14066
Author: hofman
Date: 2024-02-26 18:10:58 +0000 (Mon, 26 Feb 2024)
Log Message:
-----------
addouter margins to overview
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2024-02-26 16:18:53 UTC (rev 14065)
+++ trunk/SKMainWindowController.m 2024-02-26 18:10:58 UTC (rev 14066)
@@ -1544,6 +1544,7 @@
NSCollectionViewFlowLayout *layout = [[NSCollectionViewFlowLayout
alloc] init];
[layout setMinimumLineSpacing:8.0];
[layout setMinimumInteritemSpacing:0.0];
+ [layout setSectionInset:NSEdgeInsetsMake(8.0, 8.0, 8.0, 8.0)];
[overviewView setCollectionViewLayout:layout];
[self updateOverviewItemSize];
[overviewView registerClass:[SKThumbnailItem class]
forItemWithIdentifier:@"thumbnail"];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit