Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
169 stars 124 forks source link

Dark theme error report dialog suffers from low contrast #789

Closed gary-rowe closed 8 years ago

gary-rowe commented 8 years ago

User feedback indicates that the colour contrast on the error reporting dialog in the Dark theme makes it very hard to read. Example screen shot:

screen shot 2015-11-14 at 20 13 36
gary-rowe commented 8 years ago

Turned out to be a missing setOpaque(true) for this use case. Here is the updated code in the main themes:

screen shot 2015-11-14 at 20 23 35 screen shot 2015-11-14 at 20 34 38

This also uncovered an issue with the shut down code where an NPE could cause a failure to stop.

gary-rowe commented 8 years ago

Ready for review and close.

jim618 commented 8 years ago

Verified CrashReporter in both light and dark theme - contrast is fine.

Closing.