Revision: 29147 http://sourceforge.net/p/bibdesk/svn/29147 Author: hofman Date: 2025-04-20 09:41:38 +0000 (Sun, 20 Apr 2025) Log Message: ----------- truncate head of title, as this happens mostly for remote URLs, for which the file name is probablly the most importatn, not the scheme
Modified Paths: -------------- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m =================================================================== --- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-20 09:28:03 UTC (rev 29146) +++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-20 09:41:38 UTC (rev 29147) @@ -403,7 +403,7 @@ _titleCell = [[NSTextFieldCell alloc] initTextCell:@""]; [_titleCell setFont:[NSFont systemFontOfSize:12.0]]; [_titleCell setTextColor:[NSColor respondsToSelector:@selector(labelColor)] ? [NSColor labelColor] : [NSColor darkGrayColor]]; - [_titleCell setLineBreakMode:NSLineBreakByTruncatingTail]; + [_titleCell setLineBreakMode:NSLineBreakByTruncatingHead]; [_titleCell setAlignment:NSTextAlignmentCenter]; // @@ Dark mode 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