Revision: 16387
http://sourceforge.net/p/skim-app/code/16387
Author: hofman
Date: 2026-07-10 14:42:16 +0000 (Fri, 10 Jul 2026)
Log Message:
-----------
set style of snapshot table to fullwidth
Modified Paths:
--------------
trunk/SKRightSideViewController.m
Modified: trunk/SKRightSideViewController.m
===================================================================
--- trunk/SKRightSideViewController.m 2026-07-03 15:54:11 UTC (rev 16386)
+++ trunk/SKRightSideViewController.m 2026-07-10 14:42:16 UTC (rev 16387)
@@ -88,6 +88,9 @@
[searchField setAction:@selector(searchNotes:)];
[searchField setTarget:mainController];
+ if (@available(macOS 11.0, *))
+ [snapshotTableView setStyle:NSTableViewStyleFullWidth];
+
[noteOutlineView setAutoresizesOutlineColumn: NO];
[noteOutlineView setStronglyReferencesItems:YES];
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