google / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
2.32k stars 329 forks source link

fix(about_dialog): Always use black color for window texts #898

Closed siketyan closed 3 months ago

siketyan commented 3 months ago

Description

Updated the QPalette in AboutDialog.app to display texts in black colour even if dark mode is enabled on the environment.

I am really noob of Qt/C++ stack; please let me know if I am missing something to do or doing wrong.

Issue IDs

Closes #897

Steps to test new behaviors (if any)

Before After
image image

Additional context

Tested on macOS 14.4 Sonoma, Arm64, M1 Max, Mac Studio (2022).

hiroyuki-komatsu commented 3 months ago

Hi siketyan,

We have been running the internal process to accept your PR. Thank you for your contribution.

hiroyuki-komatsu commented 3 months ago

We have merged your PR. Thank you for the contribution!