bitshares / bitshares-ui

Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain
https://wallet.bitshares.org
MIT License
518 stars 570 forks source link

zoom scale for AppVeyor builds #3057

Open Kwaskoff opened 5 years ago

Kwaskoff commented 5 years ago

When you use stand-alone client you can't change zoom like in browser If you have not standard screen your client is not useful

clockworkgr commented 5 years ago

@startailcoon / @sschiessl-bcp https://electronjs.org/docs/api/web-frame get/setZoomFactor.

Probably have to trap Ctrl + ScrollWheel / Ctrl + '+' / Ctrl + '-'