Issue: zoom keyboard shortcut ctrl+[-] and ctrl+[0] not working

i'm on WIN 10 (1809) , chrome 74.0.3729.169
Also,
I use Node-Red-Desktop [ANNOUNCE] Node-RED Desktop v0.8.8 Released, and this is the same issue .

Thanks to @sakazuki, i have to do this trick to zoom out :

How to fix.

Open %USERPROFILE%\AppData\Roaming\Node-RED-Desktop\Preferences

Edit "127.0.0.1" 's value to "0.0"

(snip..)
 "partition": {
   "per_host_zoom_levels": {
     "5784206245549279452": {
       "127.0.0.1": -6
     }
   }
}
Restart Node-RED-Desktop

@Colin : can you test on WIN10 ?

1 Like