From 89880ed1a458ac904e990bd23dae09197842c5ce Mon Sep 17 00:00:00 2001 From: Benoit Schweblin Date: Tue, 10 Apr 2018 17:53:00 +0100 Subject: [PATCH] Fixed filename auto width in navigation bar --- src/store/layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/layout.js b/src/store/layout.js index 80823db1..dc352fd9 100644 --- a/src/store/layout.js +++ b/src/store/layout.js @@ -1,6 +1,6 @@ import pagedownButtons from '../data/pagedownButtons'; -let buttonCount = 0; +let buttonCount = 2; // 2 for undo/redo let spacerCount = 0; pagedownButtons.forEach((button) => { if (button.method) {