-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac theme regular icons and large icon text are not fully displayed under macos #2044
Comments
Please test this version https://github.com/xiaoyifang/goldendict-ng/releases/tag/v24.11.0-alpha.51cb0466 |
|
In Qt's "macOS" theme, most of the widgets are real Cocoa/AppKit widgets under the hood. They have some oddities and lots of things cannot be changed. There is no obvious and reliable way to change some widgets' geometry. (In fact, I never see a combo box of different size in macOS. Cocoa/AppKit probably doesn't even have an API to change the size of the combo box, and Qt cannot do anything to it.) For macOS, disabling the code that changes font sizes of combo boxes and the drop-down completers is probably the best thing to do. |
I'll try in another PR #2047 |
The latest version of the font display is abnormal, and the entire panel layout is unbalanced. |
handled in #2063 |
|
|
版本为Goldendict-ng 24.11.0.f5ab68c at 2024-12-27T08:03:38Z
Qt 6.7.2 Clang 15.0.0 (clang-1500.3.9.4) macos darwin 24.2.0 arm64-little_endian-lp64
Flags: MAKE_ZIM_SUPPORT EPWING_SUPPORT MAKE_CHINESE_CONVERSION_SUPPORT no_ffmpeg_player
样式需要改变一下,字体太大了,无法完全显示。
The text was updated successfully, but these errors were encountered: