#507 closed defect (fixed)
Background color for errors makes message unreadable
Reported by: | mike [dot] fischer [at] fi-works.de | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 2.6.1 |
Component: | interface | Version: | 2.6 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description
I have selected yellow as my selection color in the System Preferences of Mac OS X 10.4.6. Apparently the background color of the error messages that appear above the file browser when connection failures occur is based on this color.
Unfortunatly white text on a yellow background is nearly impossible to read. The contrast is too low.
I have fixed this problem by changing CDErrorView.m to use [NSColor redColor] instead of [NSColor selectedControlColor] in lines 33 and 38. White text on a red background works fine and looks appropriatly important.
Change History (2)
comment:1 Changed on Jun 26, 2006 at 9:15:55 AM by dkocher
- Milestone set to 2.6.1
- Status changed from new to assigned
comment:2 Changed on Jul 4, 2006 at 11:59:11 AM by dkocher
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.