-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Font size issue in v0.14.0 #4717
Comments
I couldn't reproduce this in my system. Could you please follow https://www.chromium.org/for-testers/enable-logging and post the log files for both versions? |
SDK screenshot and debug log: Normal screenshot and debug log: |
Command lines (check if I get it right): ...\nwjs-sdk\nw.exe --enable-logging --v=1 ...\test\ ...\nwjs\nw.exe --enable-logging --v=1 ...\test\ |
Does it happen in 0.13.4? |
@rogerwang |
Did you use 'package.json' or 'manifest.json' as the filename for the manifest? And do you have all the files in 'nwjs' directory as we distributed in our official zip file? |
package.json I don't remove or add any files from/to distributed folder after unzipping. |
Same problem here on Windows 10 x64 with 0.14.x. |
Me too (small fonts): Windows 10 x64 with 0.14.1 (only normal version, sdk is fine) |
Seems to be fixed in the 0.14.2. |
Yeah. we fixed a related issue #4746 in 0.14.2. glad to see it helps this issue. |
@rogerwang I am using 0.14.7 and Ctrl++/Ctrl-- not working for my application. Please confirm. |
cc @Christywl |
|
So you want me to raise new bug? |
I am using 0.14.7 and it doesn't work on that as well. |
@PriteshGajjar008 It shouldn't be a default behavior. you can set NWWindow.zoomLevel and bind it to the hotkeys. |
Thanks, got it. I could register this shortcut. |
I have a simple test app:
Strangely if I open it in the nwjs-sdk, the font size is normal, but in the nwjs-normal the font size is extremely small. Deleting app folder in the user appdata does not fix the issue. The usual Chrome Ctrl++, Ctrl+-, Ctrl+0 don't change the font size in both nw flavors.
The text was updated successfully, but these errors were encountered: