Revision: 29760
http://sourceforge.net/p/bibdesk/svn/29760
Author: hofman
Date: 2025-11-06 15:59:46 +0000 (Thu, 06 Nov 2025)
Log Message:
-----------
use default colors for labels in code
Modified Paths:
--------------
trunk/bibdesk/BDSKPreferenceController.m
trunk/bibdesk/BDSKStatusBar.m
Modified: trunk/bibdesk/BDSKPreferenceController.m
===================================================================
--- trunk/bibdesk/BDSKPreferenceController.m 2025-11-06 15:52:53 UTC (rev
29759)
+++ trunk/bibdesk/BDSKPreferenceController.m 2025-11-06 15:59:46 UTC (rev
29760)
@@ -725,6 +725,7 @@
[captionField setEditable:NO];
[captionField setDrawsBackground:NO];
[captionField setFont:[[NSFont systemFontOfSize:0.0] demiFont]];
+ [captionField setTextColor:[NSColor labelColor]];
[captionField setStringValue:[self localizedString:[[categoryDicts
objectForKey:category] valueForKey:TITLE_KEY] ?: category]];
[captionField setTranslatesAutoresizingMaskIntoConstraints:NO];
[bgView addSubview:captionField];
Modified: trunk/bibdesk/BDSKStatusBar.m
===================================================================
--- trunk/bibdesk/BDSKStatusBar.m 2025-11-06 15:52:53 UTC (rev 29759)
+++ trunk/bibdesk/BDSKStatusBar.m 2025-11-06 15:59:46 UTC (rev 29760)
@@ -87,6 +87,7 @@
[[textField cell] setWraps:NO];
[textField setAllowsExpansionToolTips:YES];
[textField setFont:[NSFont systemFontOfSize:[NSFont
smallSystemFontSize]]];
+ [textField setTextColor:[NSColor labelColor]];
[textField setTranslatesAutoresizingMaskIntoConstraints:NO];
[textField
setContentCompressionResistancePriority:NSLayoutPriorityDefaultLow
forOrientation:NSLayoutConstraintOrientationHorizontal];
[self addSubview:textField];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit