Revision: 14841
http://sourceforge.net/p/skim-app/code/14841
Author: hofman
Date: 2024-12-18 10:27:08 +0000 (Wed, 18 Dec 2024)
Log Message:
-----------
set tool tip on headers of small width note columns
Modified Paths:
--------------
trunk/SKNoteOutlineView.m
Modified: trunk/SKNoteOutlineView.m
===================================================================
--- trunk/SKNoteOutlineView.m 2024-12-17 15:22:20 UTC (rev 14840)
+++ trunk/SKNoteOutlineView.m 2024-12-18 10:27:08 UTC (rev 14841)
@@ -92,6 +92,8 @@
[menuItem setRepresentedObject:identifier];
if ([tc maxWidth] >= SMALL_COLUMN_WIDTH)
[[tc headerCell] setTitle:title];
+ else
+ [tc setHeaderToolTip:title];
}
[[self headerView] setMenu:menu];
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