From 94c6578675f01b3ffedf3232d30572b97eff9932 Mon Sep 17 00:00:00 2001 From: Whizark Date: Wed, 18 Jan 2017 02:52:11 +0900 Subject: [PATCH] modify: add more zoom options (140-200%) * https://github.com/BoostIO/Boostnote/issues/31#issuecomment-267843725 --- browser/main/StatusBar/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/main/StatusBar/index.js b/browser/main/StatusBar/index.js index 2e8a4d35..fdd59d32 100644 --- a/browser/main/StatusBar/index.js +++ b/browser/main/StatusBar/index.js @@ -8,7 +8,7 @@ const electron = require('electron') const { remote, ipcRenderer } = electron const { Menu, MenuItem, dialog } = remote -const zoomOptions = [0.8, 0.9, 1, 1.1, 1.2, 1.3] +const zoomOptions = [0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0] class StatusBar extends React.Component { updateApp () {