URGENT: How to Zoom Out Wappler

Found a solution in the Git link! https://github.com/electron/electron/issues/10572#issuecomment-500837291
:slight_smile:

Things are back to normal now. Phew.

  1. Quit Wappler from taskbar.
  2. Go to C:\Users\xxx\AppData\Roaming\Wappler.
  3. Open the Preferences file in any text editor.
  4. You should see something like
{"partition":{"per_host_zoom_levels":{"5292133730501929828":{"somethinghere": 33.0}}},"spellcheck":{"dictionaries":["en-US"],"dictionary":""}}

Change it to:

{"partition":{"per_host_zoom_levels":{"5292133730501929828":{}}},"spellcheck":{"dictionaries":["en-US"],"dictionary":""}}
  1. Start Wappler again and get back to work.
2 Likes